]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Jul 2013 15:18:59 +0000 (11:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Jul 2013 15:19:50 +0000 (11:19 -0400)
commit436ba1601d33de048a17e39a14856409c4e9c3b7
tree580a365cf05c2606cbf8c790ae6f211b269792b7
parent7da90f41b269f7b40090627b93d1d48781ce9b6a
Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a
:class:`.Column` object would not be propagated.  Also in 0.8.3, 0.7.11.
[ticket:2784]
doc/build/changelog/changelog_07.rst
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/sql/util.py
test/sql/test_quote.py