summaryrefslogtreecommitdiffstats
path: root/tests/lib/db
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12995 from owncloud/tbelau666-masterThomas Müller2015-01-091-1/+1
|\
| * add proper prefix for migration testsMorris Jobke2014-12-231-1/+1
* | Clean up test table in Connection Test to prevent unnecessary failures.Andreas Fischer2014-12-231-0/+19
|/
* Properly call parent::tearDown() in MDB2SchemaManager::tearDown().Andreas Fischer2014-12-201-3/+2
* add unit tests for tableExists and dropTableRobin Appelman2014-12-091-0/+69
* Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-033-3/+3
* fix unit tests of mdb2scheamreaderMorris Jobke2014-11-201-2/+2
* Make remaining files extend the test baseJoas Schilling2014-11-195-12/+23
* disable database migration unit tests for MSSQLThomas Müller2014-10-232-5/+16
* Fix unit test messing up the transaction on OracleVincent Petry2014-08-201-0/+5
* migration test for sqlite - adding type mapping for 'tinyint unsigned'Thomas Müller2014-07-292-1/+40
* Adding test which breaks because bit and/or enum datatypes are usedThomas Müller2014-07-241-0/+39
* 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
* adding PK to table encryptionThomas Müller2014-06-063-0/+93
* 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
* Increment number of columns by oneOliver Gasser2013-12-181-1/+1
* Typo fixedOliver Gasser2013-12-171-1/+1
* Add decimal(precision,scale) column to unit testsOliver Gasser2013-12-172-0/+9
* fix DB schema test - no default valueMorris Jobke2013-11-121-2/+2
* add tests for MDB2SchemaReaderRobin Appelman2013-07-292-0/+157