[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-02-09 23:06:35
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/29dcaa2b0ae2/ Changeset: 29dcaa2b0ae2 Branch: None User: zzzeek Date: 2016-02-09 23:05:40+00:00 Summary: - 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 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/498b0729b271/ Changeset: 498b0729b271 Branch: rel_1_0 User: zzzeek Date: 2016-02-09 23:06:15+00:00 Summary: - 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) Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |