1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00
Arsse/tests
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
..
cases Munge PostgreSQL queries instead of adding explicit casts 2018-11-29 13:45:37 -05:00
docroot Whitespace cleanup 2018-10-26 14:58:04 -04:00
lib Munge PostgreSQL queries instead of adding explicit casts 2018-11-29 13:45:37 -05:00
bootstrap.php Initial rewrite of REST class; needs more testing, but should be functional 2018-01-06 12:02:45 -05:00
phpunit.xml Test PostgreSQL schema upgrade 2018-11-28 10:46:23 -05:00
server.php Test server tweak 2017-12-07 17:27:42 -05:00