summaryrefslogtreecommitdiffstats
path: root/lib/public/DB
Commit message (Collapse)AuthorAgeFilesLines
* Add sub() to the query function builderRobin Appelman2017-04-121-0/+10
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* rename fun to funcRobin Appelman2017-03-301-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix licence headersRobin Appelman2017-03-301-8/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add function builder to the query builderRobin Appelman2017-03-302-0/+80
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add bitwise AND and OR to the expression builderJoas Schilling2017-01-051-0/+21
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-216-13/+19
|
* Update license headersLukas Reschke2016-05-261-0/+1
|
* \OCP\DB to PSR-4 (#24650)Roeland Douma2016-05-176-0/+1371
* Move \OCP\DB to PSR-4 * Fix PHP doc