Re: [Sqlalchemy-tickets] [sqlalchemy] #2765: Cascading with "delete-orphan" will insert new childre
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-06-24 17:27:02
|
#2765: Cascading with "delete-orphan" will insert new children, before deleting
removed children, causing unique constraint violations
-------------------------+-------------------------------------------------
Reporter: | Owner: zzzeek
logandk | Status: closed
Type: defect | Milestone:
Priority: medium | Severity: no triage selected yet
Component: orm | Keywords: orm,delete,orphan,unique,constraint
Resolution: |
duplicate |
Progress State: |
completed/closed |
-------------------------+-------------------------------------------------
Comment (by zzzeek):
a new proof of concept illustrating the basic idea for UOW changes has
been attached to #2501. It takes stock of the basic mechanics we'd have
to use in order to achieve this.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2765#comment:2>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|