diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-11-25 04:43:04 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-11-25 04:43:04 +0000 |
| commit | 332f5ee2662835ed1ca008043d40c37d7cddc270 (patch) | |
| tree | a173fd7bb9f624490a9456ded43ba3b19849caf4 /setup.py | |
| parent | e3502f7f9d9b68d718a517a3d17f5bdd2aaa86c7 (diff) | |
| download | sqlalchemy-332f5ee2662835ed1ca008043d40c37d7cddc270.tar.gz | |
- Duplicate items in a list-based collection will
be maintained when issuing INSERTs to
a "secondary" table in a many-to-many relation.
Assuming the m2m table has a unique or primary key
constraint on it, this will raise the expected
constraint violation instead of silently
dropping the duplicate entries. Note that the
old behavior remains for a one-to-many relation
since collection entries in that case
don't result in INSERT statements and SQLA doesn't
manually police collections. [ticket:1232]
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions
