Michael Simons
Michael Simons
Hey, thanks for your detailed feedback so far. Now I would like to keep this open for further investigation (I'm just juggling a bit with time atm). Thank!!
Hello again, @zakjan Yep, you're right, I was annoyed by that not too long back as well. Will add this.
Nodes and relationships on themselves are entities, and not expressions, their name is. So that's why I designed it that way. But you're right, worth thinking about it.
Please test and add the new interface for those kinda calls / chains you are missing.
See https://github.com/spring-projects/spring-data-neo4j/pull/2895 To get a build, use ``` ./mvnw clean verify -Dcypher-dsl.version.old=2023.9.5 -Drevision=2024.0.0 -Dchangelist= -pl \!neo4j-cypher-dsl-examples/neo4j-cypher-dsl-examples-sdn6 ```
Idk if i understood "not on my desk" correct, but this happens on latest Safari on macOS as well as on iOS : 
I'll have a look. Just tried it via IntelliJ.
Ok, fair enough. Thank you, Andy!
Hi. The embedded instance is started automatically when you run this project as is with `mvn spring-boot:run`. What Do you mean by "flowed this project"? Did you mean cloned?
> * Less Than Equal, Greater Than Equal (missing in jooq @lukaseder) See `QOM.Le`, `QOM.Ge` > * TRUE / FALSE (are they in SQL @lukaseder?) Yes, there are `org.jooq.True`, `org.jooq.False`,...