summaryrefslogtreecommitdiffstats
path: root/lib/public/DB/QueryBuilder/IQueryBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in lib/public subdirectorySimon L2023-05-101-1/+1
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Revert "make expression build return IQueryFunction instead of string"Robin Appelman2022-08-161-4/+4
* make expression build return IQueryFunction instead of stringRobin Appelman2022-06-021-4/+4
* Adjust docs to the same as the implementationJoas Schilling2022-05-231-1/+1
* 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
* Add a metadata service to store file metadataCarl Schwan2022-04-131-0/+5
* Do chuncked job deletionCarl Schwan2022-03-171-0/+5
* Prevent query error when use subqueryVitor Mattos2022-01-211-2/+2
* Allow NULL as well for limit, not integer onlyJoas Schilling2021-11-151-2/+2
* 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/+0
* executeUpdate is also deprecatedLukas Reschke2021-05-251-1/+1
* Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst2021-05-051-4/+4
* Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcastsRoeland Jago Douma2021-03-051-1/+1
|\
| * Remove RedundantcastsRoeland Jago Douma2021-03-041-1/+1
* | Add executeQuery and executeUpdateRoeland Jago Douma2021-03-041-0/+23
|/
* allow non string join conditions in query builderRobin Appelman2021-03-031-4/+4
* Add expression taint source and sanitizerLukas Reschke2021-02-171-0/+77
* Add our own DB exception abstractionChristoph Wurst2021-01-121-0/+2
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-1/+6
* 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
* | Psalm fixesRoeland Jago Douma2020-10-301-1/+1
* | Add explicit typecast for $value.Daniel Kesselberg2020-10-031-1/+1
* | Update signature for setDaniel Kesselberg2020-10-021-1/+1
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Update documentation for QueryBuilder::setDaniel Kesselberg2020-08-141-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-8/+8
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* 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
* return from QueryBuilder instead of IQueryBuilderRobin Appelman2019-11-131-31/+31
* Made orHaving varadicRoeland Jago Douma2018-03-131-2/+2
* Made addHaving varadicRoeland Jago Douma2018-03-131-2/+2
* Make having varadicRoeland Jago Douma2018-03-131-2/+2
* Made addGroupBy varadicRoeland Jago Douma2018-03-131-2/+2
* Made groupBy varadicRoeland Jago Douma2018-03-131-2/+2
* Made orWhere varadicRoeland Jago Douma2018-03-131-3/+3
* Made andWhere varadicRoeland Jago Douma2018-03-131-1/+1
* Made where varadicRoeland Jago Douma2018-03-131-1/+1
* Made AddSelect varadicRoeland Jago Douma2018-03-131-2/+2
* Made select varadicRoeland Jago Douma2018-03-131-2/+2
* Update license headersMorris Jobke2017-11-061-0/+2
* Function also accepts intsLukas Reschke2017-08-011-1/+1
* rename fun to funcRobin Appelman2017-03-301-1/+1
* Add function builder to the query builderRobin Appelman2017-03-301-0/+19