Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add sub() to the query function builder | Robin Appelman | 2017-04-12 | 1 | -0/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | rename fun to func | Robin Appelman | 2017-03-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix licence headers | Robin Appelman | 2017-03-30 | 1 | -8/+9 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add function builder to the query builder | Robin Appelman | 2017-03-30 | 2 | -0/+80 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add bitwise AND and OR to the expression builder | Joas Schilling | 2017-01-05 | 1 | -0/+21 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 6 | -13/+19 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -0/+1 |
| | |||||
* | \OCP\DB to PSR-4 (#24650) | Roeland Douma | 2016-05-17 | 6 | -0/+1371 |
* Move \OCP\DB to PSR-4 * Fix PHP doc |