1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
Arsse/tests/lib
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
..
Lang Make data clearing in tests static 2018-11-23 10:01:17 -05:00
Misc Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
AbstractTest.php Test setting of schema name 2018-11-27 17:39:39 -05:00
Database.php Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
DatabaseInformation.php Munge PostgreSQL queries instead of adding explicit casts 2018-11-29 13:45:37 -05:00
PDOTest.php CS fixes and version bump 2018-01-12 09:48:33 -05:00
Result.php Fix error in previous commit 2018-11-02 12:01:03 -04:00