]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
:paramref:`.MetaData.naming_convention` feature will now also
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 12 Mar 2014 19:09:48 +0000 (15:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 12 Mar 2014 19:09:48 +0000 (15:09 -0400)
commita7ef7eccaacae5341bb03a58cc0538718c33c329
tree871d09578e735ccca94d8a3cdf072c998d394d30
parentd85d6f9a3f1d3132abcd917d4378b2c4e14aec65
:paramref:`.MetaData.naming_convention` feature will now also
apply to :class:`.CheckConstraint` objects that are associated
directly with a :class:`.Column` instead of just on the
:class:`.Table`.
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/naming.py
test/sql/test_metadata.py