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 9304f99032 Make result sets single-use; change savewepoint exceptions
- Result sets are now single-use; this is required for PDO drivers (PDO result sets are not rewindable)
- Change savepoint exceptions to be simple database exceptions; codes remain the same
2017-11-05 22:13:44 -05:00
..
SQLite3 Make result sets single-use; change savewepoint exceptions 2017-11-05 22:13:44 -05:00
AbstractDriver.php Make result sets single-use; change savewepoint exceptions 2017-11-05 22:13:44 -05:00
AbstractStatement.php Passed code through linter 2017-08-29 10:50:31 -04:00
Driver.php Passed code through linter 2017-08-29 10:50:31 -04:00
Exception.php Passed code through linter 2017-08-29 10:50:31 -04:00
ExceptionInput.php Passed code through linter 2017-08-29 10:50:31 -04:00
ExceptionTimeout.php Passed code through linter 2017-08-29 10:50:31 -04:00
Result.php Passed code through linter 2017-08-29 10:50:31 -04:00
Statement.php Passed code through linter 2017-08-29 10:50:31 -04:00
Transaction.php Passed code through linter 2017-08-29 10:50:31 -04:00