PostgreSQL Connection API wrongly identifies slash as an escape character in quoted literals and identifiers #1920
Labels
api: spanner
Issues related to the googleapis/java-spanner API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The Connection API wrongly identifies a slash inside of a quoted literal or identifier as an escape character, which can lead to incorrect
INVALID_ARGUMENT: SQL statement contains an unclosed literal
errors.The text was updated successfully, but these errors were encountered: