1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-04-25 23:05:49 +00:00
Arsse/tests/cases/Db/PostgreSQL
J. King 4a1c23ba45 Munge PostgreSQL queries instead of adding explicit casts
PDO does not adequately inform PostgreSQL of a parameter's type, so type
casts are required. Rather than adding these to each query manually, the
queries are instead processed to add type hints automatically.

Unfortunately the queries are processed rather naively; question-mark
characters in string constants, identifiers, regex patterns, or geometry
operators will break things spectacularly.
2018-11-29 13:45:37 -05:00
..
TestCreation.php Align result tests with driver tests 2018-11-22 19:55:54 -05:00
TestDatabase.php Manipulate only those sequences in the current PostgreSQL schema 2018-11-28 17:16:03 -05:00
TestDriver.php Fix savepoint handling and locking in PostgreSQL driver 2018-11-27 17:16:00 -05:00
TestStatement.php Munge PostgreSQL queries instead of adding explicit casts 2018-11-29 13:45:37 -05:00
TestUpdate.php Test PostgreSQL schema upgrade 2018-11-28 10:46:23 -05:00