Re: [Sqlalchemy-tickets] [sqlalchemy] #1277: "row switch" concept is broken
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2014-01-22 01:15:53
|
#1277: "row switch" concept is broken
-----------------------------------+--------------------------------------
Reporter: zzzeek | Owner: zzzeek
Type: defect | Status: closed
Priority: medium | Milestone: blue sky
Component: orm | Severity: refactor - over two days
Resolution: duplicate | Keywords:
Progress State: completed/closed |
-----------------------------------+--------------------------------------
Changes (by zzzeek):
* status: new => closed
* resolution: => duplicate
* status_field: on hold => completed/closed
Comment:
the issue here of emitting DELETE before INSERT is addressed by the patch
in #2501. However, it requires that the feature be turned on explicitly.
this is likely OK because DELETE before INSERT raises all kinds of
unresolvable conflicts - it needs to be something someone would turn on.
the feature needs tests and polish but is mostly ready to go.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/1277#comment:4>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|