1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-10 18:02:40 +00:00
Arsse/tests/cases/Db
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
..
PostgreSQL Munge PostgreSQL queries instead of adding explicit casts 2018-11-29 13:45:37 -05:00
SQLite3 Test PostgreSQL schema upgrade 2018-11-28 10:46:23 -05:00
SQLite3PDO Test PostgreSQL schema upgrade 2018-11-28 10:46:23 -05:00
BaseDriver.php Test PostgreSQL schema upgrade 2018-11-28 10:46:23 -05:00
BaseResult.php Use common cleanup code for all database-related tests 2018-11-27 14:26:33 -05:00
BaseStatement.php Munge PostgreSQL queries instead of adding explicit casts 2018-11-29 13:45:37 -05:00
BaseUpdate.php Test PostgreSQL schema upgrade 2018-11-28 10:46:23 -05:00
TestResultAggregate.php Reorganize PDO tests into namespaces 2017-12-22 11:41:54 -05:00
TestResultEmpty.php Reorganize PDO tests into namespaces 2017-12-22 11:41:54 -05:00
TestResultPDO.php Use common cleanup code for all database-related tests 2018-11-27 14:26:33 -05:00
TestTransaction.php Make data clearing in tests static 2018-11-23 10:01:17 -05:00