summaryrefslogtreecommitdiffstats
path: root/tests/lib/db/migrator.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-203/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* Remove OC_DB::getConnectionMorris Jobke2016-01-071-1/+1
|
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+7
|
* Remove remainings of mssqlThomas Müller2015-07-291-4/+2
|
* Add unit test for migrator with different prefixVincent Petry2015-05-191-1/+28
|
* add proper prefix for migration testsMorris Jobke2014-12-231-1/+1
|
* Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-031-1/+1
|
* Make remaining files extend the test baseJoas Schilling2014-11-191-3/+6
|
* disable database migration unit tests for MSSQLThomas Müller2014-10-231-3/+8
|
* Added test for reserved keywordsVincent Petry2014-07-011-0/+22
|
* Fix migrator tests to use the correct migrator instancesVincent Petry2014-07-011-12/+10
|
* Added unit test for checkMigrate with primary key + autoincVincent Petry2014-06-171-0/+21
| | | | | Added unit test to make sure that checkMigrate() works when adding a primary key and autoincrement column to a table schema.
* Fix unit testsRobin Appelman2014-06-031-1/+1
|
* skip tests for oracleRobin Appelman2014-06-031-0/+3
|
* Check sqlite migration on a copy of the database fileRobin Appelman2014-06-031-19/+47
|
* Fix migrator for postgresRobin Appelman2014-06-031-7/+3
|
* skip migration tests for sqliteRobin Appelman2014-06-031-3/+11
|
* Create unique names for temporary indexesRobin Appelman2014-06-031-5/+8
|
* Add a mechanism to try the database migration on a copy of the tables before ↵Robin Appelman2014-06-031-0/+84
running it on the "real" data