Kerem Kacel
Kerem Kacel
Thank you Michael. I just tried it, but I got the same exact error (even the line numbers are the same): ``` Executing query: START root=node(0) MATCH root-[:a]->company, company-[:b]->account WHERE...
Thank you wargre, you were right about the bug in my code. However, some applications convert substitutions in JDBC queries to question marks, regardless of language. For example, Vordel API...
Thanks wargre. If I understand the Cypher syntax correctly, all I need to ignore is: i) a ? within single or double quotes (but consider escaped quote characters may exist...