Arsse/lib/Db
J. King c37d476ba0 Changes to Database internals
- Driver->prepare() can now take a new Database\Query object as the first parameter
- The Query class allows for building a complex query out of a main body, common table expressions, WHERE coniditions, ordering conditions, a limit, and offset
- The subscriptionList method is the prototypical example of usage
- The experimental articleList method will in time be adapted to use this as well
- A generic means of specifying a selection context is forthcoming; this would remove subscriptionList's $folder and $id parameters, for instance
2017-06-04 18:00:18 -04:00
..
SQLite3 Changes to Database internals 2017-06-04 18:00:18 -04:00
AbstractDriver.php Changes to Database internals 2017-06-04 18:00:18 -04:00
AbstractStatement.php Changes to Database internals 2017-06-04 18:00:18 -04:00
Driver.php Changes to Database internals 2017-06-04 18:00:18 -04:00
Exception.php Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
ExceptionInput.php Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
ExceptionSavepoint.php Made out-of-order transaction handling more predictable 2017-05-07 18:27:16 -04:00
ExceptionTimeout.php Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
Result.php Fix whitespace 2017-04-06 21:41:21 -04:00
Statement.php Changes to Database internals 2017-06-04 18:00:18 -04:00
Transaction.php Made out-of-order transaction handling more predictable 2017-05-07 18:27:16 -04:00