Skip to content

Conversation

@lukyanov
Copy link

As of PostgreSQL 9.1 the configuration parameter
standard_conforming_strings is on by default.
This means that it is required to specify letter E before the string
if you want to use C-style escapes.

See more here:
https://www.postgresql.org/docs/9.2/static/sql-syntax-lexical.html

P.S. I'm not sure if it brakes the support of other RDBMS but I'm making a PR anyway
to see if it makes sense as a generic solution.

lukyanov added 2 commits June 11, 2016 11:44
As of PostgreSQL 9.1 the configuration parameter
standard_conforming_strings is on by default.
This means that it is required to specify letter E before the string
if you want to use C-style escapes.

See more here:
https://www.postgresql.org/docs/9.2/static/sql-syntax-lexical.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant