]> 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:39 +0000 (12:11 -0500)
commitbd874c12353426c07e0c32950552c6e4090549e0
tree8e877ab59ac2258da1f7d7c0af90c443defcd6d3
parent5f6569ab10334091d86fff67a57a47eb23c23c67
- 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