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 37dad63dee Impelemented Result->getAll()
- Fixes #45
- Renamed getSingle to getValue to avoid possible confusion
- Added test to ensure getValue() always returns the first datum of each row rather than going column-to-column
2017-03-06 16:34:38 -05:00
..
Update move code out of vendor tree into lib 2017-02-11 14:48:48 -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
DriverSQLite3.php Fix SQLite3 driver name 2017-03-04 20:03:41 -05:00
Exception.php Moved base exception code to abstract class 2017-02-11 14:56:02 -05:00
Result.php Impelemented Result->getAll() 2017-03-06 16:34:38 -05:00
ResultSQLite3.php Impelemented Result->getAll() 2017-03-06 16:34:38 -05:00
Statement.php More binding tests and related changes 2017-03-02 18:42:19 -05:00
StatementSQLite3.php Still more database changes 2017-03-03 13:20:26 -05:00