]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The integer "id" used to link a mapped instance with
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Sep 2011 14:32:39 +0000 (10:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Sep 2011 14:32:39 +0000 (10:32 -0400)
commitf11d14caecc497a063d84143306f95d0027fad50
tree28d16b898ba93bf09ed5b92b01752da15c47e722
parente80b725a953d153b132bce62564cbf6b773a8769
- The integer "id" used to link a mapped instance with
its owning Session is now generated by a sequence
generation function rather than id(Session), to
eliminate the possibility of recycled id() values
causing an incorrect result, no need to check that
object actually in the session.  [ticket:2280]
CHANGES
lib/sqlalchemy/orm/session.py