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

Version Path
newrelic_rpm-3.11.2.286 test/fixtures/cross_agent_tests/sql_obfuscation/escape_string_constants.postgres.sql
newrelic_rpm-3.11.1.284 test/fixtures/cross_agent_tests/sql_obfuscation/escape_string_constants.postgres.sql
newrelic_rpm-3.11.0.283 test/fixtures/cross_agent_tests/sql_obfuscation/escape_string_constants.postgres.sql
newrelic_rpm-3.10.0.279 test/fixtures/cross_agent_tests/sql_obfuscation/escape_string_constants.postgres.sql
newrelic_rpm-3.9.9.275 test/fixtures/cross_agent_tests/sql_obfuscation/escape_string_constants.postgres.sql
newrelic_rpm-3.9.8.273 test/fixtures/cross_agent_tests/sql_obfuscation/escape_string_constants.postgres.sql
newrelic_rpm-3.9.7.266 test/fixtures/cross_agent_tests/sql_obfuscation/escape_string_constants.postgres.sql
newrelic_rpm-3.9.6.257 test/fixtures/cross_agent_tests/sql_obfuscation/escape_string_constants.postgres.sql
newrelic_rpm-3.9.5.251 test/fixtures/cross_agent_tests/sql_obfuscation/escape_string_constants.postgres.sql
newrelic_rpm-3.9.4.245 test/fixtures/cross_agent_tests/sql_obfuscation/escape_string_constants.postgres.sql
newrelic_rpm-3.9.3.241 test/fixtures/cross_agent_tests/sql_obfuscation/escape_string_constants.postgres.sql
newrelic_rpm-3.9.2.239 test/fixtures/cross_agent_tests/sql_obfuscation/escape_string_constants.postgres.sql