Files
sqlalchemy/test/sql
Mike Bayer caa9f0ff98 apply basic escaping to anon_labels unconditionally
Fixed issue which prevented the :func:`_sql.literal_column` construct from
working properly within the context of a :class:`.Select` construct as well
as other potential places where "anonymized labels" might be generated, if
the literal expression contained characters which could interfere with
format strings, such as open parenthesis, due to an implementation detail
of the "anonymous label" structure.

Fixes: #8724
Change-Id: I3089124fbd055a011c8a245964258503b717d941
2022-10-27 09:28:02 -04:00
..
2021-11-24 22:51:27 -05:00
2022-09-24 11:18:01 -04:00
2022-06-04 12:16:27 +02:00
2022-04-27 14:46:36 -04:00
2021-11-24 22:51:27 -05:00
2022-04-04 09:26:43 -04:00