summaryrefslogtreecommitdiffstats
path: root/lib/private/DB
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-021-0/+43
|\
| * Add optional column oc_comments.reference_idJoas Schilling2020-03-311-0/+43
* | Update the license headers for Nextcloud 19Christoph Wurst2020-03-3111-3/+11
|/
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-272-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-252-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-2610-24/+24
|/
* Fix mismatching doc block parameter typesChristoph Wurst2020-03-062-2/+2
* Add event subscriber for transaction isolation levelDaniel Kesselberg2020-02-213-2/+47
* Pick a shorter name for the transfer ownership tableJoas Schilling2019-12-101-1/+1
* Update license headersChristoph Wurst2019-12-0540-40/+69
* Merge pull request #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma2019-12-042-0/+17
|\
| * add LEAST and GREATER to db function builderRobin Appelman2019-11-262-0/+17
* | Merge pull request #17949 from nextcloud/debt/deprecated-constJoas Schilling2019-12-041-1/+2
|\ \ | |/ |/|
| * Connection::TRANSACTION_READ_COMMITTED is deprecatedDaniel Kesselberg2019-11-141-1/+2
* | Some php-cs fixesRoeland Jago Douma2019-11-2211-19/+15
* | add count() as shortcut for count('*') in FunctionBuilderRobin Appelman2019-11-131-2/+3
* | return from QueryBuilder instead of IQueryBuilderRobin Appelman2019-11-131-31/+31
|/
* add MAX and MIN to functionbuilderRobin Appelman2019-09-061-0/+8
* instead of upsert, fallback to default query on PgSQL <= 9.4Arthur Schiwon2019-08-141-1/+22
* Add event dispatcher to OCPChristoph Wurst2019-06-251-4/+4
* No need for platform hacks anymoreRoeland Jago Douma2019-05-141-22/+0
* Remove the custom prefix from the table name length when checking on the defa...Joas Schilling2019-04-301-1/+1
* Allow to use Subqueries in fromJoas Schilling2019-04-161-0/+4
* Indeces, columns and sequences don't have the table prefixJoas Schilling2019-03-281-6/+6
* Fix PHPDocMorris Jobke2019-03-212-2/+2
* Code cleanup.Ole Ostergaard2019-03-213-10/+8
* Add supression of SqlInjectionChecker.Ole Ostergaard2019-03-212-0/+6
* Add PostgreSQL specific implementation for includeIgnoreConflict.Ole Ostergaard2019-03-211-0/+12
* Add insertIgnoreConflict to Adapter and use it for for executing the file loc...Ole Ostergaard2019-03-212-0/+17
* add casting to string for postgresql query builderRobin Appelman2019-03-141-5/+7
* Only check the Oracle schema conditions if the app supports itJoas Schilling2018-12-171-2/+23
* Only check changed itemsJoas Schilling2018-12-171-13/+18
* Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke2018-11-121-2/+3
|\
| * Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-2/+3
* | Add deprecation message ofr insertIfNotExistMorris Jobke2018-11-093-0/+3
* | Catch UniqueConstraintViolationException inside insertIfNotExistMorris Jobke2018-11-093-5/+31
|/
* Use const for dbname and dbtableprefix defaultsDaniel Kesselberg2018-09-231-2/+8
* Disable Oracle enforcement for now until the following issues are solved:Joas Schilling2018-08-061-1/+2
* Fix primary key handling on postgresJoas Schilling2018-07-271-3/+4
* Ignore custom prefixes which are longerJoas Schilling2018-07-271-9/+9
* Ignore automatic generated sequencesJoas Schilling2018-07-271-1/+10
* Fix calculation of default nameJoas Schilling2018-07-271-3/+23
* Prevent too long identifier namesJoas Schilling2018-07-271-1/+41
* Only create the schema when moving between databasesJoas Schilling2018-07-191-9/+15
* MySQL 8.0+ and MariaDB 10.3+ are large prefix and barracuda by defaultJoas Schilling2018-07-091-4/+23
* Add count to function builderRobin Appelman2018-06-141-0/+4
* Fix wrong hint about missing indexesMorris Jobke2018-06-131-3/+3
* Add a hint that some indexes are not added yetMorris Jobke2018-06-061-0/+39
* Merge pull request #9425 from nextcloud/db-reconnect-timeoutMorris Jobke2018-06-042-1/+53
|\
| * Check connection status and attempt to reconnect each each minuteRobin Appelman2018-05-082-1/+53