summaryrefslogtreecommitdiffstats
path: root/lib/private/DB/QueryBuilder/QueryBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Remove bogus code from query builder and fix parameter nameCôme Chilliet2024-05-101-6/+2
* fix(workflowengine): use andWhere() not second where()Arthur Schiwon2023-11-131-1/+1
* Merge pull request #36261 from nextcloud/techdebt/noid/warn-devs-about-potent...Joas Schilling2023-01-231-0/+6
|\
| * fix(querybuilder): Log a warning if where() is called again on a query builde...Joas Schilling2023-01-201-0/+6
* | composer run cs:fixCôme Chilliet2023-01-201-1/+0
|/
* Revert "make expression build return IQueryFunction instead of string"Robin Appelman2022-08-161-8/+4
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* make expression build return IQueryFunction instead of stringRobin Appelman2022-06-021-4/+8
* Fix psalm issues related to the user backendCarl Schwan2022-05-201-1/+1
* tell mysql to ignore the sort index for search queriesRobin Appelman2022-04-221-1/+1
* Fix log level for exception in QueryBuilderCôme Chilliet2022-03-241-1/+1
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-16/+10
* Prevent query error when use subqueryVitor Mattos2022-01-211-2/+2
* Add a test with integerJoas Schilling2022-01-041-4/+4
* Add unit test and orderBy parameterVitor Mattos2022-01-031-4/+4
* Allow NULL as well for limit, not integer onlyJoas Schilling2021-11-151-4/+8
* Bump doctrine/dbal from 3.0.0 to 3.1.3Christoph Wurst2021-10-221-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst2021-05-051-2/+17
* Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcastsRoeland Jago Douma2021-03-051-2/+2
|\
| * Remove RedundantcastsRoeland Jago Douma2021-03-041-2/+2
* | Add executeQuery and executeUpdateRoeland Jago Douma2021-03-041-0/+37
|/
* allow non string join conditions in query builderRobin Appelman2021-03-031-5/+6
* DB: warn on parameter number constraintsArthur Schiwon2021-01-111-0/+30
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-21/+32
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-1/+1
|\
| * Unify links to php.netJ0WI2020-09-171-1/+1
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* | Prevent * and other things in the same query for OracleJoas Schilling2020-12-141-0/+21
* | Prevent log_query to mess up regular execution flowVincent Petry2020-12-021-17/+25
* | allow selecting multiple columns with SELECT DISTINCTRobin Appelman2020-11-161-1/+7
* | Psalm fixesRoeland Jago Douma2020-10-301-1/+1
* | Add explicit typecast for $value.Daniel Kesselberg2020-10-031-2/+2
* | Update signature for setDaniel Kesselberg2020-10-021-1/+2
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Update documentation for QueryBuilder::setDaniel Kesselberg2020-08-141-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-5/+5
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* return from QueryBuilder instead of IQueryBuilderRobin Appelman2019-11-131-31/+31
* Allow to use Subqueries in fromJoas Schilling2019-04-161-0/+4
* Fix Array to String conversion in QueryBuilderRoeland Jago Douma2018-04-051-1/+1
* Made orHaving varadicRoeland Jago Douma2018-03-131-3/+3
* Made addHaving varadicRoeland Jago Douma2018-03-131-3/+3
* Make having varadicRoeland Jago Douma2018-03-131-3/+3
* Made addGroupBy varadicRoeland Jago Douma2018-03-131-3/+5