1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-08 17:02:41 +00:00
Arsse/lib/Db
J. King 0c410fcf50 More binding tests and related changes
- Introduced abstract Statement class to hold common methods
- Common methods currently consist of a date formatter and type caster
- Moved binding tests to a trait for reuse with future drivers
2017-03-02 18:42:19 -05:00
..
Update move code out of vendor tree into lib 2017-02-11 14:48:48 -05:00
AbstractStatement.php More binding tests and related changes 2017-03-02 18:42:19 -05:00
Common.php More binding tests and related changes 2017-03-02 18:42:19 -05:00
Driver.php More binding tests and related changes 2017-03-02 18:42:19 -05:00
DriverSQLite3.php Partial proper tests for parameter bindings 2017-03-02 14:19:16 -05:00
Exception.php Moved base exception code to abstract class 2017-02-11 14:56:02 -05:00
Result.php Converted all hard tabs to soft tabs 2017-02-16 14:29:42 -06:00
ResultSQLite3.php Partial proper tests for parameter bindings 2017-03-02 14:19:16 -05:00
Statement.php More binding tests and related changes 2017-03-02 18:42:19 -05:00
StatementSQLite3.php More binding tests and related changes 2017-03-02 18:42:19 -05:00