summaryrefslogtreecommitdiffstats
path: root/lib/private/DB
Commit message (Expand)AuthorAgeFilesLines
* 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
* Quote aliases as wellJoas Schilling2017-08-022-10/+24
* Function also accepts intsLukas Reschke2017-08-011-1/+1
* Add brackets around concat statements so comparing the result works as intendedJoas Schilling2017-07-282-2/+2
* "Only variables must be passed by reference"Joas Schilling2017-07-251-2/+4
* Use order by to avoid problems when chunking finds a same item again...Joas Schilling2017-07-251-1/+1
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+1
* Only create the migration directory when necessaryJoas Schilling2017-07-061-9/+4
* Add migration for personal settings stuffJoas Schilling2017-07-051-1/+1
* Fix the installer testsJoas Schilling2017-07-051-1/+5
* Fix tests of CodeChecker and MigrationServiceJoas Schilling2017-07-051-1/+1
* Fix dropping tables and handle the prefix automaticallyJoas Schilling2017-07-052-3/+143
* Allow to check the schema in pre and post as wellJoas Schilling2017-07-051-3/+7
* Add a version to migrations, so parallel legacy branches can also have migrat...Joas Schilling2017-07-051-0/+8
* Add author and copyrightJoas Schilling2017-07-051-0/+3