Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -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::getConnection | Morris Jobke | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | |||||
* | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 1 | -4/+2 |
| | |||||
* | Add unit test for migrator with different prefix | Vincent Petry | 2015-05-19 | 1 | -1/+28 |
| | |||||
* | add proper prefix for migration tests | Morris Jobke | 2014-12-23 | 1 | -1/+1 |
| | |||||
* | Replace uniqid calls with $this->getUniqueID so tests pass again on windows | Joas Schilling | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | Make remaining files extend the test base | Joas Schilling | 2014-11-19 | 1 | -3/+6 |
| | |||||
* | disable database migration unit tests for MSSQL | Thomas Müller | 2014-10-23 | 1 | -3/+8 |
| | |||||
* | Added test for reserved keywords | Vincent Petry | 2014-07-01 | 1 | -0/+22 |
| | |||||
* | Fix migrator tests to use the correct migrator instances | Vincent Petry | 2014-07-01 | 1 | -12/+10 |
| | |||||
* | Added unit test for checkMigrate with primary key + autoinc | Vincent Petry | 2014-06-17 | 1 | -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 tests | Robin Appelman | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | skip tests for oracle | Robin Appelman | 2014-06-03 | 1 | -0/+3 |
| | |||||
* | Check sqlite migration on a copy of the database file | Robin Appelman | 2014-06-03 | 1 | -19/+47 |
| | |||||
* | Fix migrator for postgres | Robin Appelman | 2014-06-03 | 1 | -7/+3 |
| | |||||
* | skip migration tests for sqlite | Robin Appelman | 2014-06-03 | 1 | -3/+11 |
| | |||||
* | Create unique names for temporary indexes | Robin Appelman | 2014-06-03 | 1 | -5/+8 |
| | |||||
* | Add a mechanism to try the database migration on a copy of the tables before ↵ | Robin Appelman | 2014-06-03 | 1 | -0/+84 |
running it on the "real" data |