Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 4 | -4/+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 | 15 | -15/+20 |
* | add LEAST and GREATER to db function builder | Robin Appelman | 2019-11-26 | 2 | -0/+17 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | add count() as shortcut for count('*') in FunctionBuilder | Robin Appelman | 2019-11-13 | 1 | -2/+3 |
* | 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/+8 |
* | Allow to use Subqueries in from | Joas Schilling | 2019-04-16 | 1 | -0/+4 |
* | add casting to string for postgresql query builder | Robin Appelman | 2019-03-14 | 1 | -5/+7 |
* | 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/+4 |
* | dont keep shared database locks when running cli scripts | Robin Appelman | 2018-04-11 | 1 | -0/+8 |
* | Fix Array to String conversion in QueryBuilder | Roeland Jago Douma | 2018-04-05 | 1 | -1/+1 |
* | Made IExpressionBuilder varadic | Roeland Jago Douma | 2018-03-13 | 1 | -8/+6 |
* | Made orHaving varadic | Roeland Jago Douma | 2018-03-13 | 1 | -3/+3 |
* | Made addHaving varadic | Roeland Jago Douma | 2018-03-13 | 1 | -3/+3 |
* | Make having varadic | Roeland Jago Douma | 2018-03-13 | 1 | -3/+3 |
* | Made addGroupBy varadic | Roeland Jago Douma | 2018-03-13 | 1 | -3/+5 |
* | Made groupBy varadic | Roeland Jago Douma | 2018-03-13 | 1 | -3/+5 |
* | Made orWhere varadic | Roeland Jago Douma | 2018-03-13 | 1 | -3/+3 |
* | Made andWhere varadic | Roeland Jago Douma | 2018-03-13 | 1 | -3/+3 |
* | Made where varadic | Roeland Jago Douma | 2018-03-13 | 1 | -3/+3 |
* | Made AddSelect varadic | Roeland Jago Douma | 2018-03-13 | 1 | -3/+5 |
* | Made select varadic | Roeland Jago Douma | 2018-03-13 | 1 | -3/+5 |
* | reuse query builder | Robin Appelman | 2018-01-12 | 3 | -10/+13 |
* | refactor user searching | Robin Appelman | 2017-12-20 | 3 | -3/+14 |
* | Update license headers | Morris Jobke | 2017-11-06 | 7 | -0/+14 |
* | Add a method to compare empty strings with an expression | Joas Schilling | 2017-08-02 | 2 | -0/+45 |
* | Fix ILIKE regex for oracle | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
* | Quote aliases as well | Joas Schilling | 2017-08-02 | 2 | -10/+24 |
* | Function also accepts ints | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
* | Add brackets around concat statements so comparing the result works as intended | Joas Schilling | 2017-07-28 | 2 | -2/+2 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -6/+0 |
* | Merge pull request #4331 from nextcloud/query-builder-sum | Morris Jobke | 2017-04-12 | 1 | -0/+4 |
|\ | |||||
| * | Add sub() to the query function builder | Robin Appelman | 2017-04-12 | 1 | -0/+4 |
* | | Merge pull request #4146 from nextcloud/unread-comments-folder | Morris Jobke | 2017-04-10 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Allow getting the unread comment count for an entire folder at once | Robin Appelman | 2017-03-30 | 1 | -1/+1 |
* | | rename fun to func | Robin Appelman | 2017-03-30 | 1 | -1/+1 |
* | | fix licence headers | Robin Appelman | 2017-03-30 | 5 | -40/+45 |
* | | Add function builder to the query builder | Robin Appelman | 2017-03-30 | 5 | -0/+172 |
* | | add support for escaping like parameters when using the query builder | Robin Appelman | 2017-03-30 | 3 | -0/+50 |
|/ | |||||
* | Add bitwise AND and OR to the expression builder | Joas Schilling | 2017-01-05 | 1 | -1/+37 |
* | Allow aliasing columns when using the query builder | Robin Appelman | 2016-11-17 | 1 | -0/+5 |
* | Inject config and logger | Joas Schilling | 2016-11-02 | 1 | -5/+17 |
* | Log the queries of the QueryBuilder as well | Joas Schilling | 2016-11-02 | 1 | -0/+23 |
* | Fix like queries in the QueryBuilder | Joas Schilling | 2016-10-19 | 1 | -3/+16 |
* | Update with robin | Joas Schilling | 2016-07-21 | 3 | -3/+3 |
* | Fix others | Joas Schilling | 2016-07-21 | 10 | -20/+30 |