Re: [Sqlalchemy-tickets] [sqlalchemy] #2809: Strange effect with association proxy and event listen
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-08-26 12:26:53
|
#2809: Strange effect with association proxy and event listener
----------------------------------+------------------------------------
Reporter: schlamar | Owner: zzzeek
Type: defect | Status: new
Priority: medium | Milestone: 0.8.xx
Component: (none) | Severity: no triage selected yet
Resolution: | Keywords:
Progress State: awaiting triage |
----------------------------------+------------------------------------
Comment (by schlamar):
However, the most strange thing for me is that there is an SQL execution
at all at the point of `proxy.append`. Shouldn't there be SQL execution
only on `commit`?
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2809#comment:1>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|