neo4j / neo4j-jdbc

Official Neo4j JDBC Driver
http://neo4j.github.io/neo4j-jdbc/
Apache License 2.0
135 stars 53 forks source link

Add support for expressions #519

Open michael-simons opened 10 months ago

michael-simons commented 10 months ago

From sql2cypher created by lukaseder: neo4j-contrib/sql2cypher#10

I'll implement more of the expressions() method, to support:

Functions

Query syntax

Not yet possible:

michael-simons commented 10 months ago

Really great work on the expressions so far and the TCK works really well.