You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the configuration parameter standard_conforming_strings is off, then PostgreSQL recognizes backslash escapes in both regular and escape string constants. However, as of PostgreSQL 9.1, the default is on, meaning that backslash escapes are recognized only in escape string constants.
I do not mention anywhere that 9.1 or above should be used, and that the default settings should not be changed though.
Thanks, that's pretty much what I figured. I'll be sure to use the most up-to-date version of PostgreSQL in my projects. I suppose it may be worthwhile to mention in the README that this library is designed for 9.1+.
I'm not an expert at PostgreSQL, but shouldn't backslashes also be doubled too, to prevent an attacker from escaping
''
with\''
?pgmoon/pgmoon/init.moon
Line 415 in 5e3ce03
The text was updated successfully, but these errors were encountered: