mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-31 21:12:41 +00:00
4a1c23ba45
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. |
||
---|---|---|
.. | ||
PostgreSQL | ||
SQLite3 | ||
AbstractDriver.php | ||
AbstractResult.php | ||
AbstractStatement.php | ||
Driver.php | ||
Exception.php | ||
ExceptionInput.php | ||
ExceptionTimeout.php | ||
PDODriver.php | ||
PDOError.php | ||
PDOResult.php | ||
PDOStatement.php | ||
Result.php | ||
ResultAggregate.php | ||
ResultEmpty.php | ||
Statement.php | ||
Transaction.php |