]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
use execute_20 to preserve compiled cache
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Oct 2020 22:39:42 +0000 (18:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Oct 2020 12:41:05 +0000 (08:41 -0400)
commit1430a30dd2033550699cf5e074cb81058687eb13
tree2f70a7df3bb9910c1de05334e0a84a9915347c2f
parent338d1f4dd0418dffa979a66e6471514691f06231
use execute_20 to preserve compiled cache

Fixes: #5420
Change-Id: I3e5a255207da752b7b7cc9b8f41ad5e2ccd0b447
lib/sqlalchemy/orm/persistence.py
test/orm/test_unitofworkv2.py