]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add literal_binds for delete() statements in addition to insert()/update()
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Feb 2016 16:07:44 +0000 (11:07 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Feb 2016 16:10:40 +0000 (11:10 -0500)
commite2404a4e3fbec54336068be4397e2d8912b9f43c
treeb3c2dfa3b74217f8ce85c71f9791875720b7cd79
parentf87fe4c351316889a70a9dc6145d349dabc3412c
- add literal_binds for delete() statements in addition to insert()/update()
- move tests to CRUDTest
- changelog, fixes #3643

(cherry picked from commit 150591f9e0a94902cb2a76b68ac7c9d8a1a3ec83)
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py