]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
deferred column load could screw up the connection status in
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Jul 2006 21:02:35 +0000 (21:02 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Jul 2006 21:02:35 +0000 (21:02 +0000)
commitd4c60a64a62e5c2542a27918e6d3c9fc26875736
treeec997c16e8a0912dc4f1b64bf8799bd9f7d45fe1
parentbc6fbfa84ab6e1e9639e00cc23b3c41ab1d30dc1
deferred column load could screw up the connection status in
a flush() under some circumstances, this was fixed
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/orm/properties.py
test/orm/objectstore.py