]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- collection docs
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Sep 2010 23:21:23 +0000 (19:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Sep 2010 23:21:23 +0000 (19:21 -0400)
commit9674b4bf176539400ba10de41c32186873d4dc13
treea3edbc7767a57eec13226f205bddac26b4b3eb0c
parenta48ee1b397249302305eb00998e287c62d898c68
- collection docs
- Added an assertion during flush which ensures
that no NULL-holding identity keys were generated
on "newly persistent" objects.
This can occur when user defined code inadvertently
triggers flushes on not-fully-loaded objects.
CHANGES
doc/build/orm/collections.rst
lib/sqlalchemy/__init__.py
lib/sqlalchemy/orm/collections.py
lib/sqlalchemy/orm/session.py
test/orm/test_unitofwork.py