diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-03-27 08:36:32 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-03-27 09:05:17 -0400 |
commit | b619fbcbb277dd168c223be6b3ff960355f36b0c (patch) | |
tree | acc677233b5275e05145a886ac61004612c5d56c /lib/sqlalchemy/engine/cursor.py | |
parent | 5e54c68fe5edec6f6c92153280799f2ad69aaff9 (diff) | |
download | sqlalchemy-b619fbcbb277dd168c223be6b3ff960355f36b0c.tar.gz |
Commentary; run criteria.params() if statement isn't cached?
Considering adjustment to 56f9c7743e9083add69a10501a503f,
if statement is not cached, skip the relatively expensive
step of re-processing the criteria clause.
However, this causes the overall cache key of the statement
to come out differently which should also be avoided.
Likely we would not merge the actual change, just the
comment here.
References: #6139
Change-Id: Idb555b78d8d7950d084315e004448f64cf59bb5c
Diffstat (limited to 'lib/sqlalchemy/engine/cursor.py')
0 files changed, 0 insertions, 0 deletions