diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-30 12:19:54 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-30 12:27:21 -0400 |
commit | 51c24329181f8bef17348f9b3899303569d32c81 (patch) | |
tree | 193936c051ba2e11231ac4324157bb5a4de2f50e /lib/sqlalchemy/dialects/postgresql/pg8000.py | |
parent | 812c08efb41ff0a8bdafb876fe49079da5074916 (diff) | |
download | sqlalchemy-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