diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-24 10:55:29 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-24 10:55:29 -0400 |
commit | bdcaa0f6ca580b54b9c25178441fcbe8f2a4e387 (patch) | |
tree | 61a80475ad22f83067ab0b2fe1df65b709f3a2c1 /lib/sqlalchemy/testing/assertsql.py | |
parent | 04545727d4117db51786189e591b1777bde1a40b (diff) | |
download | sqlalchemy-bdcaa0f6ca580b54b9c25178441fcbe8f2a4e387.tar.gz |
- The "auto-attach" feature of constraints such as :class:`.UniqueConstraint`
and :class:`.CheckConstraint` has been further enhanced such that
when the constraint is associated with non-table-bound :class:`.Column`
objects, the constraint will set up event listeners with the
columns themselves such that the constraint auto attaches at the
same time the columns are associated with the table. This in particular
helps in some edge cases in declarative but is also of general use.
fixes #3341
Diffstat (limited to 'lib/sqlalchemy/testing/assertsql.py')
0 files changed, 0 insertions, 0 deletions