-
hello
I'm using Vb.net and MySql,
Do predicates work with them?
see my code:
Dim p = Predicates.Field(Of model.empresa)(Function(x) x.nome, [Operator].Eq, "alex")
Dim cn As New MySq…
-
In the current implementation, conditions, which need to be fulfilled such that triples are created, are not covered. This also allows user-defined functions which return Booleans. These conditions ar…
-
### 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…