Files
sqlalchemy/test/sql
Martin Caslavsky 675bf57006 fix: allow escape value to be an empty string
Fixed issue where the :paramref:`.ColumnOperators.like.escape` and similar
parameters did not allow an empty string as an argument that would be
passed through as the "escape" character; this is a supported syntax by
PostgreSQL.  Pull requset courtesy Martin Caslavsky.

Fixes: #9907
Closes: #9908
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/9908
Pull-request-sha: d7ecc1778a

Change-Id: I39adb765a1b9650fe891883ed0973df66adc4e81
2023-06-09 10:08:21 -04:00
..
2021-11-24 22:51:27 -05:00
2023-05-09 20:23:48 -04:00