1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-31 21:12:41 +00:00
Arsse/lib/Db
J. King bdf3182305 Add result->lastId method; cleanup
- Result->lastId() added as MySQL and PostgreSQL have equivalent functionality
- Adjusted tests accordingly
- Cleaned up Database class to make use of this and getAll()
2017-03-09 14:48:42 -05:00
..
SQLite3 Add result->lastId method; cleanup 2017-03-09 14:48:42 -05:00
AbstractDriver.php Various database fixes 2017-03-02 20:47:00 -05:00
AbstractStatement.php More binding tests and related changes 2017-03-02 18:42:19 -05:00
Driver.php More database fixes 2017-03-02 22:43:59 -05:00
Exception.php Moved base exception code to abstract class 2017-02-11 14:56:02 -05:00
ExceptionInput.php Reduce the number of database exception types 2017-03-08 08:19:42 -05:00
ExceptionTimeout.php Reduce the number of database exception types 2017-03-08 08:19:42 -05:00
Result.php Add result->lastId method; cleanup 2017-03-09 14:48:42 -05:00
Statement.php More binding tests and related changes 2017-03-02 18:42:19 -05:00