]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
if an object fails construction, doesnt get added to the session
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Jun 2006 00:45:45 +0000 (00:45 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Jun 2006 00:45:45 +0000 (00:45 +0000)
commit3736b3ddff65f6d4b7e273b040b48b19dbac9b66
tree5f77cbdf5af6e9561ecc00251510dcc2ec3c1182
parent97dd5dab1e36f17325fc7585e165727688f4d3f5
if an object fails construction, doesnt get added to the session
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/mapper.py