| Commit message (Expand) | Author | Age | Files | Lines |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 15 | -21/+13 |
* | Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatement | Christoph Wurst | 2021-05-05 | 1 | -2/+17 |
* | Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcasts | Roeland Jago Douma | 2021-03-05 | 1 | -2/+2 |
|\ |
|
| * | Remove Redundantcasts | Roeland Jago Douma | 2021-03-04 | 1 | -2/+2 |
* | | Type CompositeExpression and ICompositeExpression | Roeland Jago Douma | 2021-03-04 | 1 | -5/+5 |
* | | Add executeQuery and executeUpdate | Roeland Jago Douma | 2021-03-04 | 1 | -0/+37 |
|/ |
|
* | Merge pull request #25656 from nextcloud/enh/type/expressionbuilder | Joas Schilling | 2021-03-03 | 5 | -49/+51 |
|\ |
|
| * | Type the experssionbuilders | Roeland Jago Douma | 2021-03-03 | 5 | -49/+51 |
* | | allow non string join conditions in query builder | Robin Appelman | 2021-03-03 | 1 | -5/+6 |
|/ |
|
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
* | DB: warn on parameter number constraints | Arthur Schiwon | 2021-01-11 | 1 | -0/+30 |
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 3 | -29/+40 |
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+1 |
* | 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 | 3 | -0/+3 |
* | | 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 |
* | | Merge pull request #24007 from nextcloud/select-distinct-multiple | Morris Jobke | 2020-11-19 | 1 | -1/+7 |
|\ \ |
|
| * | | allow selecting multiple columns with SELECT DISTINCT | Robin Appelman | 2020-11-16 | 1 | -1/+7 |
* | | | Add types to function builder | Joas Schilling | 2020-11-16 | 4 | -43/+20 |
|/ / |
|
* | | Merge pull request #23923 from nextcloud/bugfix/oci/fix-greatest-order-for-or... | Roeland Jago Douma | 2020-11-07 | 3 | -0/+69 |
|\ \ |
|
| * | | Update parameters | Joas Schilling | 2020-11-07 | 3 | -2/+28 |
| * | | Make sure Oracle always casts everything in the best way | Joas Schilling | 2020-11-06 | 1 | -0/+43 |
* | | | Fix iLike() falsely turning escaped % and _ into wildcards | Joas Schilling | 2020-11-06 | 1 | -3/+1 |
* | | | Fix casting to integer on Oracle | Joas Schilling | 2020-11-06 | 1 | -0/+4 |
|/ / |
|
* | | 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 signature for in/notIn | Daniel Kesselberg | 2020-10-02 | 1 | -2/+2 |
* | | Update signature for like/notLike/in/notIn | Daniel Kesselberg | 2020-10-02 | 1 | -4/+5 |
|/ |
|
* | 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 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Revert "Make sure MySQL is not saying 'this' = 'this ' is true" | Roeland Jago Douma | 2020-04-15 | 1 | -8/+0 |
* | Make sure MySQL is not saying 'this' = 'this ' is true | Joas Schilling | 2020-04-15 | 1 | -0/+8 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 6 | -8/+2 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -5/+5 |
* | 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 |