-
I am using the stPersist directive as referenced on the [smart-table-website as "Persist table state in local storage"](http://lorenzofox3.github.io/smart-table-website/#examples-section). I am using…
-
Currently, autocompletion of predicates is held back in that it can only send the query up the cursor's position because it can deduce that the last token must be where the cursor is located, and ther…
-
### What happened?
We've noticed a potential issue with the SQL generation within the Data API Builder, specifically when handling GraphQL queries that include pagination and sorting. The SQL output …
-
**Affected version**: `1.7.0` (this works with `1.6.3`).
I'm able to demonstrate the issue, though I still don't fully get what's happening and why alias generation/mapping is not working anymore.
…
ALMMa updated
2 years ago
-
In sequences, returning a value from predicates only confuses users. For example, `start = "a" &. "b"` returns `["a", "", "b"]`, on input "ab", but users expect `["a", "b"]`.
This means predicates wo…
-
Currently we have a `Deployment`, `PreDeployment`, and `DeploymentError`. However we want to know more about the error states in some of our components. We can make those `isSuccessful` and `isUnsucce…
-
[OgRuOi05.pdf](http://www.ti3.tuhh.de/paper/rump/OgRuOi05.pdf) is a dead link and i cant reconstruct what it actually refers to, though its definitely true that this stuff is related to shewchuk's w…
-
The predicates `getNumberOfCommentLines()` and `getNumberOfLinesOfCode()` are currently defined for `Top`, however they only seem to have results for the following CodeQL classes (list might be incomp…
-
I am opening an issue because because I would like to first have a small feedback if I am thinking this correctly to not lose too much time here. This is kind of a follow up from https://github.com/sw…
-
(cql/where (in :MONTH/date [1 2]))
results in
# :clojureql.predicates.APredicate{:stmt ["MONTH/date IN (?,?)"], :env [[1 2]]}
while
(cql/where (= :MONTH/date 2))
results in
# :clojureql.predicates.AP…