Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | return from QueryBuilder instead of IQueryBuilder | Robin Appelman | 2019-11-13 | 1 | -31/+31 |
* | Allow to use Subqueries in from | Joas Schilling | 2019-04-16 | 1 | -0/+4 |
* | Fix Array to String conversion in QueryBuilder | Roeland Jago Douma | 2018-04-05 | 1 | -1/+1 |
* | 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 | 1 | -5/+5 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
* | Quote aliases as well | Joas Schilling | 2017-08-02 | 1 | -9/+23 |
* | Function also accepts ints | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
* | rename fun to func | Robin Appelman | 2017-03-30 | 1 | -1/+1 |
* | Add function builder to the query builder | Robin Appelman | 2017-03-30 | 1 | -0/+30 |
* | add support for escaping like parameters when using the query builder | Robin Appelman | 2017-03-30 | 1 | -0/+6 |
* | 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 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
* | Move \OC\DB to PSR-4 | Roeland Jago Douma | 2016-04-15 | 1 | -0/+1124 |