This repository has been archived by the owner on Jan 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Add support for expressions #10
Comments
lukaseder
added a commit
that referenced
this issue
Jan 20, 2023
This includes: - [#9] Potential fix for running tests in Windows (?)
lukaseder
added a commit
that referenced
this issue
Jan 20, 2023
Really great work on the expressions so far and the TCK works really well. |
lukaseder
added a commit
that referenced
this issue
Jan 23, 2023
lukaseder
added a commit
that referenced
this issue
Jan 23, 2023
This includes: - CASE abbreviations - CASE simple - CASE searched
Kamino closed and cloned this issue to neo4j/neo4j-jdbc |
16 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'll implement more of the
expressions()
method, to support:Functions
(won't be available with the jOOQ Open Source edition)QOM
API don't have a representation for these things in the jOOQ Open Source Edition, we can specifySettings.parseUnknownFunctions
and try to translate things from there.Query syntax
CASE
https://neo4j.com/docs/cypher-manual/current/syntax/expressions/#query-syntax-caseCASE
abbreviationsCASE
simpleCASE
searchedEXISTS
(currently not supported in Cypher-DSL, with subqueries?)COUNT
(doesn't have the exact SQL equivalent)Not yet possible:
QOM
support, will implement next week)The text was updated successfully, but these errors were encountered: