1
0
mirror of https://github.com/danog/postgres.git synced 2024-12-02 09:27:54 +01:00
postgres/lib/Internal
Aaron Piotrowski 650d464ef8
Support identifiers with numbers and type casts
Named identifiers in prepared statement queries may now contain (but not begin with) numbers, i.e., :column3.

Type casts are now skipped (i.e., column_name::integer).
2018-02-04 23:06:32 -06:00
..
ArrayParser.php Handle escaped quotes within quoted array values 2018-01-23 20:01:23 -06:00
functions.php Support identifiers with numbers and type casts 2018-02-04 23:06:32 -06:00
PqStatementStorage.php Reuse statement handles 2017-07-27 23:20:46 -05:00
ReferenceQueue.php Add phpstan & fix some doc issues 2017-12-11 19:10:14 -06:00
StatementStorage.php Reuse statement handles 2017-07-27 23:20:46 -05:00