]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in :func:`.expression.text` construct where a double-colon
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Feb 2016 23:05:40 +0000 (18:05 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Feb 2016 23:06:15 +0000 (18:06 -0500)
commit498b0729b27111130df9b71259e7c8d0299edeea
tree586bd841674cad293ae85128156916e464fb8757
parent70ca716877c573d7f1ed9a8f17a0f5d28d238160
- Fixed bug in :func:`.expression.text` construct where a double-colon
expression would not escape properly, e.g. ``some\:\:expr``, as is most
commonly required when rendering Postgresql-style CAST expressions.
fixes #3644

(cherry picked from commit 29dcaa2b0ae2d26b36ec624be80f56e03ab9095e)
doc/build/changelog/changelog_10.rst
test/sql/test_text.py