diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-03-12 15:09:48 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-03-12 15:09:48 -0400 |
| commit | a7ef7eccaacae5341bb03a58cc0538718c33c329 (patch) | |
| tree | 871d09578e735ccca94d8a3cdf072c998d394d30 /doc | |
| parent | d85d6f9a3f1d3132abcd917d4378b2c4e14aec65 (diff) | |
| download | sqlalchemy-a7ef7eccaacae5341bb03a58cc0538718c33c329.tar.gz | |
: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`.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 2a8c24f91..20a0b656d 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -16,6 +16,14 @@ .. change:: :tags: bug, sql + + :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`. + + .. change:: + :tags: bug, sql :tickets: 2991 Fixed bug in new :paramref:`.MetaData.naming_convention` feature |
