]> 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:23:06 +0000 (18:23 -0400)
commit60ba866fae488f1da4439ac6ab9366a7b2543070
tree908368b6a6d46cb9f18873e7a91d65f90f59bbde
parent4a941414b7bcd56f7d7426c44ddac054d3d4d734
Rework proxy_cache fix to restore performance

Adjustment to the fix made in I7fb134cac3604f8fe62e220fb24a0945d0a1c56f.

Fixes: #4747
Change-Id: I2f1010b0abc1faa892f5e346e58f9c4a3867622f
(cherry picked from commit 9b52c8ae927ae2628dcc1763d2e31245285f4d88)
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/selectable.py
test/sql/test_selectable.py