1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-31 21:12:41 +00:00
Arsse/tests/cases
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
..
CLI Make data clearing in tests static 2018-11-23 10:01:17 -05:00
Conf Make data clearing in tests static 2018-11-23 10:01:17 -05:00
Database Correct PostgreSQL data format and other tweaks 2018-11-28 12:12:49 -05:00
Db Munge PostgreSQL queries instead of adding explicit casts 2018-11-29 13:45:37 -05:00
Exception Make data clearing in tests static 2018-11-23 10:01:17 -05:00
Feed Make data clearing in tests static 2018-11-23 10:01:17 -05:00
Lang Improve coverage slightly 2018-08-17 08:35:13 -04:00
Misc Make data clearing in tests static 2018-11-23 10:01:17 -05:00
REST Make data clearing in tests static 2018-11-23 10:01:17 -05:00
Service Make data clearing in tests static 2018-11-23 10:01:17 -05:00
User Make data clearing in tests static 2018-11-23 10:01:17 -05:00