]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The "objects" argument to session.flush() is deprecated.
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Mar 2009 23:53:58 +0000 (23:53 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Mar 2009 23:53:58 +0000 (23:53 +0000)
commitb84c3b34694f36255e203af5a9d531ff89464bdc
treec683dc73edbd72f889506f17f678b7d037601fd0
parent77d6d31542ab2365f218d7305309d6c3468a36dc
- The "objects" argument to session.flush() is deprecated.
State which represents the linkage between a parent and
child object does not support "flushed" status on
one side of the link and not the other, so supporting
this operation leads to misleading results.
[ticket:1315]
CHANGES
lib/sqlalchemy/orm/session.py
test/orm/cascade.py