1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
Arsse/lib/Db/SQLite3
J. King ed22090e49 Work around various SQLite-related problems
- WAL mode was not getting set properly
- Queries using the PDO driver could fail because PDO sucks
2019-03-04 11:05:46 -05:00
..
AbstractPDODriver.php Work around various SQLite-related problems 2019-03-04 11:05:46 -05:00
Driver.php Work around various SQLite-related problems 2019-03-04 11:05:46 -05:00
ExceptionBuilder.php Work around various SQLite-related problems 2019-03-04 11:05:46 -05:00
PDODriver.php Work around various SQLite-related problems 2019-03-04 11:05:46 -05:00
PDOStatement.php Work around various SQLite-related problems 2019-03-04 11:05:46 -05:00
Result.php Add missing return type hints where possible 2018-11-06 12:50:26 -05:00
Statement.php Simplify SQL type handling 2019-03-01 12:17:33 -05:00