Open michael-simons opened 10 months ago
From sql2cypher created by lukaseder: neo4j-contrib/sql2cypher#10
I'll implement more of the expressions() method, to support:
expressions()
QOM
Settings.parseUnknownFunctions
CASE
EXISTS
COUNT
Really great work on the expressions so far and the TCK works really well.
From sql2cypher created by lukaseder: neo4j-contrib/sql2cypher#10
I'll implement more of the
expressions()
method, to support:Functions
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)