]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add a note that the literal_binds flag should be used
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jan 2016 17:10:40 +0000 (12:10 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jan 2016 17:11:34 +0000 (12:11 -0500)
commit9f6b0ada67392c0bb2945856b28e332070fc5a85
tree08c4e64d451b93f614990d0ac00ecca3d92caa89
parentf039219eedc22dbb96b4e00fac7ff5e946e2f72d
- add a note that the literal_binds flag should be used
when cross-compiling from DDL to SQL, fixes #3615

(cherry picked from commit 165fa15b0f9dbca50539aa7da377c5da5ac0fc79)
lib/sqlalchemy/ext/compiler.py