gregfelice commented on PR #2342: URL: https://github.com/apache/age/pull/2342#issuecomment-3981277705
Friendly ping — this PR fixes doubled-quote escaping in Cypher string literals (issue #2222). The fix is straightforward: the Cypher lexer's string-processing loop now correctly collapses `''` → `'` and `""` → `"` per the openCypher spec. Regression tests included. Would appreciate a review when someone has bandwidth. Thanks\! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
