Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add LEAST and GREATER to db function builder | Robin Appelman | 2019-11-26 | 1 | -0/+30 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 3 | -0/+3 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | add count() as shortcut for count('*') in FunctionBuilder | Robin Appelman | 2019-11-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | return from QueryBuilder instead of IQueryBuilder | Robin Appelman | 2019-11-13 | 1 | -31/+31 |
| | | | | | | this make the type hints work properly with querybuilder subclasses Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add MAX and MIN to functionbuilder | Robin Appelman | 2019-09-06 | 1 | -0/+20 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -2/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add count to function builder | Robin Appelman | 2018-06-14 | 1 | -0/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | dont keep shared database locks when running cli scripts | Robin Appelman | 2018-04-11 | 1 | -0/+16 |
| | | | | | | For cli scripts we don't have the assumption that the universe will be cleaned up soon Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Made IExpressionBuilder varadic | Roeland Jago Douma | 2018-03-13 | 1 | -4/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Made orHaving varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Made addHaving varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make having varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Made addGroupBy varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Made groupBy varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Made orWhere varadic | Roeland Jago Douma | 2018-03-13 | 1 | -3/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Made andWhere varadic | Roeland Jago Douma | 2018-03-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Made where varadic | Roeland Jago Douma | 2018-03-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Made AddSelect varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Made select varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix PHPDoc for public API | Morris Jobke | 2018-03-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #7419 from Abijeet/feature-7175 | Morris Jobke | 2018-03-06 | 1 | -0/+9 |
|\ | | | | | Fixes #7175 - Allow to search for email address in user management | ||||
| * | refactor user searching | Robin Appelman | 2017-12-20 | 1 | -0/+9 |
| | | | | | | | | | | | | add additional user searching tests Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix the type hints of migrations and correctly inject the wrapped schema ↵ | Joas Schilling | 2018-01-17 | 1 | -0/+92 |
|/ | | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add a method to compare empty strings with an expression | Joas Schilling | 2017-08-02 | 1 | -0/+18 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Function also accepts ints | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | 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 |