]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- since we are mutating the statement in a loop, start with
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Dec 2015 22:53:56 +0000 (17:53 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Dec 2015 22:53:56 +0000 (17:53 -0500)
commitd0fc7269888247517ffa16d9472f961ebec892a7
tree3d5aaf818261879192ba6492b6c6639b16cb6954
parent26ed90ab22dde7bdafe933cb1d16acfe70c1ab78
- since we are mutating the statement in a loop, start with
the same cached starting statement each time.  no issue has been observed
with the former but it could perhaps have issues w/ versioning
or eager_defaults
lib/sqlalchemy/orm/persistence.py