]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Rework proxy_cache fix to restore performance
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Jul 2019 22:16:38 +0000 (18:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Jul 2019 22:16:38 +0000 (18:16 -0400)
commit9b52c8ae927ae2628dcc1763d2e31245285f4d88
tree9294132311ec8bd72a4247bef033ea0cef97b366
parent6636cd9d256ccbad651eba6553ec46391380cc93
Rework proxy_cache fix to restore performance

Adjustment to the fix made in I7fb134cac3604f8fe62e220fb24a0945d0a1c56f.

Fixes: #4747
Change-Id: I2f1010b0abc1faa892f5e346e58f9c4a3867622f
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/selectable.py
test/sql/test_selectable.py