]> 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:22:42 +0000 (11:22 -0400)
commit6f265a4e6555a6040db1a6dc566825c0ac263fc7
treed1f36026641b3d633760da4c3331dea4a8bffc3d
parentbb290b46a65d51f1b435031b132f03ec810b44da
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
lib/sqlalchemy/sql/util.py
test/sql/test_quote.py