]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- implement "literal binds" for the text() clause, [ticket:2882]
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Dec 2013 01:00:39 +0000 (20:00 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Dec 2013 01:00:39 +0000 (20:00 -0500)
commitd5384d601107b76bca1634c55fb72372b2d68d42
tree3d5b3e1aad312e16ad36d67d8be6b6fd95a9890b
parent84af7e6c22100ef26c5a27185b1d270f5afb3370
- implement "literal binds" for the text() clause, [ticket:2882]
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/compiler.py
test/sql/test_text.py