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
Most of these can be emulated using EXISTS. jOOQ is already doing that for numerous SQL dialects that don't have full support, so this could be done in this translator as well, once we have EXISTS support in: neo4j-contrib/sql2cypher#14
The text was updated successfully, but these errors were encountered:
From sql2cypher created by lukaseder: neo4j-contrib/sql2cypher#35
I'm currently refactoring jOOQ's internals in order to support quantified comparison predicates: jOOQ/jOOQ#14560
The simplest forms include:
Less trivial forms involve:
<
,<=
,>
, and>=
LIKE
,SIMILAR TO
and other operators (in PostgreSQL), quite useful: https://blog.jooq.org/quantified-like-any-predicates-in-jooq-3-12/Most of these can be emulated using
EXISTS
. jOOQ is already doing that for numerous SQL dialects that don't have full support, so this could be done in this translator as well, once we haveEXISTS
support in: neo4j-contrib/sql2cypher#14The text was updated successfully, but these errors were encountered: