Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #22916 from J0WI/unifiy-links-to-php.net | Roeland Jago Douma | 2020-12-22 | 1 | -1/+1 |
|\ | |||||
| * | Unify links to php.net | J0WI | 2020-09-17 | 1 | -1/+1 |
* | | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
* | | Prevent * and other things in the same query for Oracle | Joas Schilling | 2020-12-14 | 1 | -0/+21 |
* | | Prevent log_query to mess up regular execution flow | Vincent Petry | 2020-12-02 | 1 | -17/+25 |
* | | allow selecting multiple columns with SELECT DISTINCT | Robin Appelman | 2020-11-16 | 1 | -1/+7 |
* | | Psalm fixes | Roeland Jago Douma | 2020-10-30 | 1 | -1/+1 |
* | | Add explicit typecast for $value. | Daniel Kesselberg | 2020-10-03 | 1 | -2/+2 |
* | | Update signature for set | Daniel Kesselberg | 2020-10-02 | 1 | -1/+2 |
|/ | |||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Update documentation for QueryBuilder::set | Daniel Kesselberg | 2020-08-14 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -2/+0 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -5/+5 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
* | 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 |