neo4j-contrib / sql2cypher

Experimental SQL to Cypher Transpiler using jooq and cypher-dsl
Apache License 2.0
26 stars 1 forks source link

build: Parse and render expected Cypher. #26

Closed michael-simons closed 1 year ago

michael-simons commented 1 year ago

There is an escape hatch for scenarios in which the parser is broken or missing features:

Adding parseCypher=false to the block with expected Cypher will disable that behaviour.

When parseCypher is on, pretty printing during tests will be disabled.

Closes #24

lukaseder commented 1 year ago

Cool, thanks!