summaryrefslogtreecommitdiffstats
path: root/lib/private/DB
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add human readable description to migration stepsRobin Appelman2018-05-301-4/+23
|/
* Move regex to a function and add testsJoas Schilling2018-04-191-11/+24
* Allow IPv6 database hostsJoas Schilling2018-04-181-6/+7
* dont keep shared database locks when running cli scriptsRobin Appelman2018-04-111-0/+8
* Fix Array to String conversion in QueryBuilderRoeland Jago Douma2018-04-051-1/+1
* Made IExpressionBuilder varadicRoeland Jago Douma2018-03-131-8/+6
* Made orHaving varadicRoeland Jago Douma2018-03-131-3/+3
* Made addHaving varadicRoeland Jago Douma2018-03-131-3/+3
* Make having varadicRoeland Jago Douma2018-03-131-3/+3
* Made addGroupBy varadicRoeland Jago Douma2018-03-131-3/+5
* Made groupBy varadicRoeland Jago Douma2018-03-131-3/+5
* Made orWhere varadicRoeland Jago Douma2018-03-131-3/+3
* Made andWhere varadicRoeland Jago Douma2018-03-131-3/+3
* Made where varadicRoeland Jago Douma2018-03-131-3/+3
* Made AddSelect varadicRoeland Jago Douma2018-03-131-3/+5
* Made select varadicRoeland Jago Douma2018-03-131-3/+5
* Merge pull request #7419 from Abijeet/feature-7175Morris Jobke2018-03-066-13/+27
|\
| * reuse query builderRobin Appelman2018-01-123-10/+13
| * refactor user searchingRobin Appelman2017-12-204-4/+15
* | Remove unused import statementsMorris Jobke2018-02-142-3/+0
* | Create the migrations table also with the UTF8mb4 collationJoas Schilling2018-01-311-12/+10
* | Use ::class statement instead of stringMorris Jobke2018-01-291-8/+8
* | Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* | Use short for of substr to not need strlen()Morris Jobke2018-01-252-2/+2
* | Merge pull request #7909 from nextcloud/fix-migration-type-hintsMorris Jobke2018-01-172-21/+16
|\ \
| * | Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-172-21/+16
* | | Correctly drop the ownCloud migrations tableJoas Schilling2018-01-171-1/+1
|/ /
* | Check if realpath() returns falseMorris Jobke2018-01-121-1/+1
* | Drop the ownCloud migration table instead of reusing itJoas Schilling2018-01-041-3/+36
|/
* add postgresql10 compatibility to dbalRobin Appelman2017-11-222-98/+0
* Update license headersMorris Jobke2017-11-0618-8/+33
* Die NoCheckMigratorVictor Dubiniuk2017-10-303-41/+2
* Add foreign key support to OCPiotr Mrowczynski2017-10-301-4/+36
* quote index columns on oracle, handle all index changes, minor phpdoc cleanupJörn Friedrich Dreyer2017-10-301-27/+85
* Fix bigint handling on postgresJoas Schilling2017-09-292-0/+98
* Add a method to compare empty strings with an expressionJoas Schilling2017-08-022-0/+45
* Fix ILIKE regex for oracleJoas Schilling2017-08-021-1/+1