Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 2 | -14/+14 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 2 | -2/+0 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -0/+2 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -2/+2 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 8 | -8/+17 |
* | add LEAST and GREATER to db function builder | Robin Appelman | 2019-11-26 | 1 | -0/+30 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 3 | -0/+3 |
* | add count() as shortcut for count('*') in FunctionBuilder | Robin Appelman | 2019-11-13 | 1 | -1/+1 |
* | return from QueryBuilder instead of IQueryBuilder | Robin Appelman | 2019-11-13 | 1 | -31/+31 |
* | add MAX and MIN to functionbuilder | Robin Appelman | 2019-09-06 | 1 | -0/+20 |
* | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -2/+3 |
* | Add count to function builder | Robin Appelman | 2018-06-14 | 1 | -0/+8 |
* | dont keep shared database locks when running cli scripts | Robin Appelman | 2018-04-11 | 1 | -0/+16 |
* | Made IExpressionBuilder varadic | Roeland Jago Douma | 2018-03-13 | 1 | -4/+4 |
* | Made orHaving varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
* | Made addHaving varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
* | Make having varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
* | Made addGroupBy varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
* | Made groupBy varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
* | Made orWhere varadic | Roeland Jago Douma | 2018-03-13 | 1 | -3/+3 |
* | Made andWhere varadic | Roeland Jago Douma | 2018-03-13 | 1 | -1/+1 |
* | Made where varadic | Roeland Jago Douma | 2018-03-13 | 1 | -1/+1 |
* | Made AddSelect varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
* | Made select varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
* | Fix PHPDoc for public API | Morris Jobke | 2018-03-06 | 1 | -1/+1 |
* | Merge pull request #7419 from Abijeet/feature-7175 | Morris Jobke | 2018-03-06 | 1 | -0/+9 |
|\ | |||||
| * | refactor user searching | Robin Appelman | 2017-12-20 | 1 | -0/+9 |
* | | Fix the type hints of migrations and correctly inject the wrapped schema into... | Joas Schilling | 2018-01-17 | 1 | -0/+92 |
|/ | |||||
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+4 |
* | Add a method to compare empty strings with an expression | Joas Schilling | 2017-08-02 | 1 | -0/+18 |
* | Function also accepts ints | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
* | Add sub() to the query function builder | Robin Appelman | 2017-04-12 | 1 | -0/+10 |
* | rename fun to func | Robin Appelman | 2017-03-30 | 1 | -1/+1 |
* | fix licence headers | Robin Appelman | 2017-03-30 | 1 | -8/+9 |
* | Add function builder to the query builder | Robin Appelman | 2017-03-30 | 2 | -0/+80 |
* | Add bitwise AND and OR to the expression builder | Joas Schilling | 2017-01-05 | 1 | -0/+21 |
* | 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 |