summaryrefslogtreecommitdiffstats
path: root/lib/private/DB
Commit message (Expand)AuthorAgeFilesLines
* Allow casting query functions as wellJoas Schilling2021-07-073-5/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0443-88/+43
* Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst2021-05-051-2/+17
* Do not check Oracle column constraints in unrelated migrationsChristoph Wurst2021-04-191-2/+2
* Rename the method to match what it doesJoas Schilling2021-03-311-3/+3
* Don't allow Notnull for boolean columnsJoas Schilling2021-03-311-0/+5
* Document the constraints we test againstJoas Schilling2021-03-311-0/+17
* Fix exception messages spacingJoas Schilling2021-03-311-2/+2
* Cleanup unneeded code around database.xmlMorris Jobke2021-03-243-520/+24
* Merge pull request #24384 from nextcloud/cleanup/remove-old-migration-checkMorris Jobke2021-03-174-138/+5
|\
| * Skip db migration simulation for core schema changesJulius Härtl2021-03-174-138/+5
* | Merge pull request #25924 from nextcloud/bugfix/noid/only-mark-migrations-as-...Morris Jobke2021-03-171-2/+4
|\ \ | |/ |/|
| * Only mark migrations as installed after executionJoas Schilling2021-03-041-2/+4
* | Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcastsRoeland Jago Douma2021-03-051-2/+2
|\ \
| * | Remove RedundantcastsRoeland Jago Douma2021-03-041-2/+2
| |/
* | Type CompositeExpression and ICompositeExpressionRoeland Jago Douma2021-03-041-5/+5
* | Add executeQuery and executeUpdateRoeland Jago Douma2021-03-041-0/+37
|/
* Merge pull request #25656 from nextcloud/enh/type/expressionbuilderJoas Schilling2021-03-035-49/+51
|\
| * Type the experssionbuildersRoeland Jago Douma2021-03-035-49/+51
* | Merge pull request #25816 from nextcloud/iquerybuilder-join-conditionsJoas Schilling2021-03-031-5/+6
|\ \
| * | allow non string join conditions in query builderRobin Appelman2021-03-031-5/+6
| |/
* / Filter tables with other table prefixDaniel Kesselberg2021-03-021-4/+4
|/
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* When it kicks inJoas Schilling2021-02-181-7/+7
* remove ReconnectWrapperRobin Appelman2021-02-092-56/+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