summaryrefslogtreecommitdiffstats
path: root/lib/private/DB
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30379 from nextcloud/feature/add-comments-reactionsJoas Schilling2022-01-211-2/+2
|\
| * Remove order from groupConcat as it is not working everywhereJoas Schilling2022-01-214-5/+5
| * Fix groupConcat and ordering on OracleVitor Mattos2022-01-214-5/+5
| * Prevent query error when use subqueryVitor Mattos2022-01-211-2/+2
* | Merge pull request #30471 from nextcloud/enh/cast-char-mysqlJoas Schilling2022-01-204-0/+22
|\ \ | |/ |/|
| * Fix psalm complaintJoas Schilling2022-01-041-0/+1
| * Explicitly cast char in the query builderJulius Härtl2022-01-043-0/+21
* | Merge pull request #30129 from nextcloud/mdb10.6-pipelineJohn Molakvoæ2022-01-191-1/+0
|\ \
| * | Attempt to fix CIacsfer2021-12-071-1/+0
* | | Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan2022-01-132-2/+2
|\ \ \
| * | | Check style updateCarl Schwan2022-01-132-2/+2
* | | | Unit testsVitor Mattos2022-01-071-1/+1
* | | | Accept multipe args on concatVitor Mattos2022-01-064-6/+30
|/ / /
* | | Use quote functionJoas Schilling2022-01-041-6/+2
* | | Try escaping Oracle single quotesJoas Schilling2022-01-041-1/+1
* | | Add a test with integerJoas Schilling2022-01-045-16/+26
* | | Fix oracle LISTAGGJoas Schilling2022-01-031-1/+1
* | | Add unit testVitor Mattos2022-01-034-23/+11
* | | Add unit test and orderBy parameterVitor Mattos2022-01-035-13/+38
* | | Add group_concat aggregator functionVitor Mattos2022-01-033-0/+18
| |/ |/|
* | Check if directoy is writable instead of possibly missing fileCarl Schwan2021-12-201-1/+1
|/
* Allow to log DB, redis and LDAP requests into filesJoas Schilling2021-12-011-0/+14
* Fix default value for $type in OC\DB\QueryBuilder\ExpressionBuilder\Expressio...Côme Chilliet2021-11-231-2/+2
* Allow NULL as well for limit, not integer onlyJoas Schilling2021-11-152-7/+16
* Bump doctrine/dbal from 3.0.0 to 3.1.3Christoph Wurst2021-10-221-2/+2
* disable path prefix index on postgresql for nowRobin Appelman2021-10-081-0/+13
* make it possible to override the default collationArthur Schiwon2021-09-013-9/+13
* 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