Sha256: 7774f8e7bddb7abc6f868d1a2b308daa3de7ed6c5bcf8c45a3ffcba34ec27f5f
Contents?: true
Size: 299 Bytes
Versions: 12
Compression:
Stored size: 299 Bytes
Contents
# PostgreSQL supports an alternate string quoting mode where backslash escape # sequences are interpreted. # See: http://www.postgresql.org/docs/9.3/static/sql-syntax-lexical.html#SQL-SYNTAX-STRINGS-ESCAPE SELECT "col1", "col2" from "table" WHERE "col3"=E'foo\'bar\\baz' AND country=e'foo\'bar\\baz'
Version data entries
12 entries across 12 versions & 1 rubygems