summaryrefslogtreecommitdiffstats
path: root/lib/private/DB
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29325 from nextcloud/backport/28541/stable21John Molakvoæ2022-01-071-0/+13
|\
| * disable path prefix index on postgresql for nowRobin Appelman2021-10-211-0/+13
* | Apply changes from master's update to 3.1.3Joas Schilling2021-11-151-2/+2
* | Allow NULL as well for limit, not integer onlyJoas Schilling2021-11-152-7/+16
* | Revert "[21] tell mysql to ignore the sort index for search queries"John Molakvoæ2021-11-041-17/+0
* | allow specifying index hints for mysql search queriesRobin Appelman2021-10-181-0/+17
|/
* Only mark migrations as installed after executionJoas Schilling2021-03-301-2/+4
* Make psalm happyRoeland Jago Douma2021-03-221-2/+3
* Filter tables with other table prefixDaniel Kesselberg2021-03-031-4/+4
* Check for generic errors at last.Daniel Kesselberg2021-02-021-13/+13
* Merge pull request #25091 from nextcloud/enhancement/ocp-db-exception-abstrac...Christoph Wurst2021-01-145-24/+272
|\
| * Add our own DB exception abstractionChristoph Wurst2021-01-125-24/+272
* | Merge pull request #25036 from nextcloud/fix/noid/limitied-allowed-items-db-in_2blizzz2021-01-141-0/+30
|\ \ | |/ |/|
| * DB: warn on parameter number constraintsArthur Schiwon2021-01-111-0/+30
* | Don't try a transaction for the migrator on MySQLJoas Schilling2021-01-081-2/+7
|/
* Remove "primary" option from schema builder argument $options as it is not us...Morris Jobke2021-01-081-1/+9
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-0821-357/+491
* 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-1610-6/+10
* | 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