aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/DB
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24631 from nextcloud/bugfix/noid/prevent-select-asterix-a...Joas Schilling2020-12-141-0/+21
|\
| * Prevent * and other things in the same query for OracleJoas Schilling2020-12-141-0/+21
* | Make sure the migrations table schema is always checkedJulius Härtl2020-12-091-1/+1
|/
* Make debugging migration exceptions easierJoas Schilling2020-12-071-1/+8
* Prevent log_query to mess up regular execution flowVincent Petry2020-12-021-17/+25
* Merge pull request #24062 from nextcloud/revert-24060-revert-24039-faster-ins...Morris Jobke2020-11-202-0/+47
|\
| * Don't drop the table anymore when we create it againJoas Schilling2020-11-161-0/+1
| * Revert "Revert "Installation goes brrrr""Joas Schilling2020-11-111-0/+46
* | Merge pull request #24007 from nextcloud/select-distinct-multipleMorris Jobke2020-11-191-1/+7
|\ \
| * | allow selecting multiple columns with SELECT DISTINCTRobin Appelman2020-11-161-1/+7
| |/
* / Add types to function builderJoas Schilling2020-11-164-43/+20
|/
* Revert "Installation goes brrrr"Christoph Wurst2020-11-111-46/+0
* Don't create a schema to check if the migrations table existsJoas Schilling2020-11-111-0/+5
* Reduce the number of schemas we generate when we just run all migrations anywayJoas Schilling2020-11-111-0/+41
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-101-0/+42
* Don't try to update on NotNullConstraintViolationException, only on unique or...Joas Schilling2020-11-101-0/+3
* Fix comparing the empty string for global credentialsJoas Schilling2020-11-101-5/+11
* Merge pull request #23923 from nextcloud/bugfix/oci/fix-greatest-order-for-or...Roeland Jago Douma2020-11-073-0/+69
|\
| * Update parametersJoas Schilling2020-11-073-2/+28
| * Make sure Oracle always casts everything in the best wayJoas Schilling2020-11-061-0/+43
* | Fix iLike() falsely turning escaped % and _ into wildcardsJoas Schilling2020-11-061-3/+1
* | Fix casting to integer on OracleJoas Schilling2020-11-061-0/+4
|/
* Replace prefix in executeUpdateJulius Härtl2020-11-031-0/+3
* Psalm fixesRoeland Jago Douma2020-10-303-25/+29
* Update internal connection classRoeland Jago Douma2020-10-301-2/+2
* Fetch the logger and system config once for all query builder instancesMorris Jobke2020-10-291-8/+15
* Merge pull request #23144 from nextcloud/enh/noid/update-param-for-psalmMorris Jobke2020-10-062-9/+11
|\
| * Add explicit typecast for $value.Daniel Kesselberg2020-10-031-2/+2
| * Update signature for setDaniel Kesselberg2020-10-021-1/+2
| * Update signature for in/notInDaniel Kesselberg2020-10-021-2/+2
| * Update signature for like/notLike/in/notInDaniel Kesselberg2020-10-021-4/+5
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-054-5/+5
* | Log the number of queries built and executedJoas Schilling2020-09-251-0/+18
|/
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-163-7/+0
* Warn about adding NotNull columns with nullable defaultJoas Schilling2020-09-071-0/+5
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-1/+2
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-8/+8
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-172-2/+0
* Update documentation for QueryBuilder::setDaniel Kesselberg2020-08-141-1/+1
* Replace TYPE with TYPESDaniel Kesselberg2020-06-301-3/+3
* Update license headers for 19Christoph Wurst2020-04-2912-0/+12
* Revert "Make sure MySQL is not saying 'this' = 'this ' is true"Roeland Jago Douma2020-04-151-8/+0
* Make sure MySQL is not saying 'this' = 'this ' is trueJoas Schilling2020-04-151-0/+8
* Add visibility to all constantsChristoph Wurst2020-04-104-5/+5
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1020-62/+43
* Use elseif instead of else ifChristoph Wurst2020-04-105-12/+12
* Remove trailing and in between spacesChristoph Wurst2020-04-093-6/+6
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-095-27/+27
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-097-6/+1