Files
sqlalchemy/test/sql
Mike Bayer 296c84313a Ensure escaping of percent signs in columns, parameters
Improved support for column names that contain percent signs in the string,
including repaired issues involving anoymous labels that also embedded a
column name with a percent sign in it, as well as re-established support
for bound parameter names with percent signs embedded on the psycopg2
dialect, using a late-escaping process similar to that used by the
cx_Oracle dialect.

* Added new constructor for _anonymous_label() that ensures incoming
  string tokens based on column or table names will have percent
  signs escaped; abstracts away the format of the label.

* generalized cx_Oracle's quoted_bind_names facility into the compiler
  itself, and leveraged this for the psycopg2 dialect's issue with
  percent signs in names as well.  the parameter substitution is now
  integrated with compiler.construct_parameters() as well as the
  recently reworked set_input_sizes(), reducing verbosity in the
  cx_Oracle dialect.

Fixes: #5653

Change-Id: Ia2ad13ea68b4b0558d410026e5a33f5cb3fbab2c
2020-10-17 13:15:57 -04:00
..
2020-10-02 21:34:24 +02:00
2020-09-28 15:17:26 -04:00
2020-10-12 12:48:17 -04:00
2020-09-28 15:17:26 -04:00
2020-09-28 15:17:26 -04:00
2020-09-28 15:17:26 -04:00
2020-09-28 15:17:26 -04:00
2020-09-28 15:17:26 -04:00
2020-09-28 15:17:26 -04:00
2020-09-28 15:17:26 -04:00
2020-09-28 15:17:26 -04:00