summaryrefslogtreecommitdiff
path: root/test/dialect/test_postgresql.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-06-24 12:19:15 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2010-06-24 12:19:15 -0400
commit87664ce88ab8931ccaacbac3357f484069efe6e9 (patch)
tree5635f38b27d3d6c489f9aeb41509a8dc890cb263 /test/dialect/test_postgresql.py
parent0adf381d994b0f374d2b6394bff5f2c423942c78 (diff)
downloadsqlalchemy-87664ce88ab8931ccaacbac3357f484069efe6e9.tar.gz
- The argument to "ESCAPE" of a LIKE operator or similar
is passed through render_literal_value(), which may implement escaping of backslashes. [ticket:1400] - Postgresql render_literal_value() is overridden which escapes backslashes, currently applies to the ESCAPE clause of LIKE and similar expressions. Ultimately this will have to detect the value of "standard_conforming_strings" for full behavior. [ticket:1400] - MySQL render_literal_value() is overridden which escapes backslashes, currently applies to the ESCAPE clause of LIKE and similar expressions. This behavior is derived from detecting the value of NO_BACKSLASH_ESCAPES. [ticket:1400]
Diffstat (limited to 'test/dialect/test_postgresql.py')
0 files changed, 0 insertions, 0 deletions