Files
sqlalchemy/test/sql
cjc0013 c41f25b170 Fix lambda statements with non-lambda criteria
Fixed issue where :class:`_sql.StatementLambdaElement` would proxy
attribute access through the cached "expected" expression rather than the
resolved expression, causing stale closure-bound parameter values to be
used when a lambda statement was extended with non-lambda criteria such as
an additional ``.where()`` clause.  Courtesy cjc0013.

Fixes: #10827
Closes: #13327
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/13327
Pull-request-sha: ec3e6735bf

Change-Id: I8a32c11f3da63109cf37c39541df8ebfee52b8c5
2026-05-27 18:39:11 -04:00
..
2025-11-30 14:38:13 -05:00
2026-05-10 19:00:42 +02:00
2025-12-18 21:18:42 +01:00
2026-05-10 19:00:42 +02:00
2025-12-19 21:24:23 +01:00
2026-05-10 19:00:42 +02:00
2025-11-30 14:38:13 -05:00