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
J. King 7ca0f4e877 Make the SQLite3 driver more generic
The changes in this commit should make it more practical to:

- Allow the driver to decide for itself whether to try creating a PDO object if its own requirements are not met
- Have any driver use a generic schema update procedure
- Use the same constructor for native and PDO SQLite
2017-12-18 18:29:32 -05:00
..
SQLite3 Make the SQLite3 driver more generic 2017-12-18 18:29:32 -05:00
AbstractDriver.php Make the SQLite3 driver more generic 2017-12-18 18:29:32 -05:00
AbstractResult.php Add ResultEmpty class 2017-11-19 15:49:41 -05:00
AbstractStatement.php Added per-file legal boilerplate 2017-11-16 20:51:03 -05:00
Driver.php Make the SQLite3 driver more generic 2017-12-18 18:29:32 -05:00
Exception.php Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
ExceptionInput.php Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
ExceptionTimeout.php Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
Result.php Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
ResultAggregate.php Documentation tweaks and CS fixes 2017-11-29 22:42:50 -05:00
ResultEmpty.php Add ResultEmpty class 2017-11-19 15:49:41 -05:00
Statement.php Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00
Transaction.php Added per-file legal boilerplate 2017-11-16 20:23:18 -05:00