]> 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:05:40 +0000 (18:05 -0500)
commit29dcaa2b0ae2d26b36ec624be80f56e03ab9095e
treecf77c6d841eec6fcabac2e869560735332e33b46
parentff3be95620b6505943b2d7e4688abc29dca3e493
- 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
doc/build/changelog/changelog_10.rst
test/sql/test_text.py