neo4j-contrib / sql2cypher

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

Add integration tests #23

Closed lukaseder closed 7 months ago

lukaseder commented 1 year ago

It's probably not the top priority, but eventually, might be reasonable to think about integration tests, e.g. using testcontainers: https://www.testcontainers.org/modules/databases/neo4j/

For this, it might be reasonable to compare the neo4j translated behaviour e.g. with H2?

The problems that the current test suite won't cover:

jexp commented 1 year ago

Great idea.

Which free relational DB is best for a cleanest SQL standard? H2 / MySQL / Postgres?

lukaseder commented 1 year ago

I'd use H2 for this, it's become very standards compliant.

michael-simons commented 7 months ago

Kamino closed and cloned this issue to neo4j/neo4j-jdbc