]> 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:07:44 +0000 (11:07 -0500)
commit150591f9e0a94902cb2a76b68ac7c9d8a1a3ec83
tree88e0853370bc6d306f54047b5c85cf9bb4155e24
parentc9b03fa8afd52646aba8c59fc038330eeee6db60
- add literal_binds for delete() statements in addition to insert()/update()
- move tests to CRUDTest
- changelog, fixes #3643
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py