Files
sqlalchemy/test/sql
Mike Bayer 1d1bf73c99 adjust bound parameters within cache key only, dont deep copy
Adjusted the fix made in 🎫`10570`, released in 2.0.23, where new
logic was added to reconcile possibly changing bound parameter values
across cache key generations used within the :func:`_orm.with_expression`
construct.  The new logic changes the approach by which the new bound
parameter values are associated with the statement, avoiding the need to
deep-copy the statement which can result in a significant performance
penalty for very deep / complex SQL constructs.  The new approach no longer
requires this deep-copy step.

Fixes: #11085
Change-Id: Ia51eb4e949c8f37af135399925a9916b9ed4ad2f
(cherry picked from commit 06be748b47)
2024-03-03 18:23:32 -05:00
..
2021-11-24 22:51:27 -05:00
2024-02-05 19:28:22 +01:00
2023-05-09 20:23:48 -04:00
2024-02-05 19:28:22 +01:00
2024-02-05 19:28:22 +01:00
2024-02-05 19:28:22 +01:00