You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the parser and QOM API don't have a representation for these things in the jOOQ Open Source Edition, we can specify Settings.parseUnknownFunctions and try to translate things from there.
From sql2cypher created by lukaseder: neo4j-contrib/sql2cypher#10
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: