summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/pg8000.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-08-30 12:19:54 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-08-30 12:27:21 -0400
commit51c24329181f8bef17348f9b3899303569d32c81 (patch)
tree193936c051ba2e11231ac4324157bb5a4de2f50e /lib/sqlalchemy/dialects/postgresql/pg8000.py
parent812c08efb41ff0a8bdafb876fe49079da5074916 (diff)
downloadsqlalchemy-51c24329181f8bef17348f9b3899303569d32c81.tar.gz
Add preparer to pymssql that disables percent doubling
Fixed the pymssql dialect so that percent signs in SQL text, such as used in modulus expressions or literal textual values, are **not** doubled up, as seems to be what pymssql expects. This is despite the fact that the pymssql DBAPI uses the "pyformat" parameter style which itself considers the percent sign to be significant. Tests are part of standard suite already (CI has been disabled) Change-Id: Ie05de403caefcba3292a967183a995e95a5854d5 Fixes: #4057
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/pg8000.py')
0 files changed, 0 insertions, 0 deletions