summaryrefslogtreecommitdiffstats
path: root/tests/lib/db
Commit message (Collapse)AuthorAgeFilesLines
* migration test for sqlite - adding type mapping for 'tinyint unsigned'Thomas Müller2014-07-302-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
| | | | | Added unit test to make sure that checkMigrate() works when adding a primary key and autoincrement column to a table schema.
* adding PK to table encryptionThomas Müller2014-06-063-0/+93
| | | | | | | | | | | | | | | | | | | | adding auto increment/PK to table files_trash adding PK to table ldap_user_mapping and ldap_group_members adding PK to table ldap_group_mapping truncate permissions table to allow smooth creation of primary key adding unit test for creating an auto increment column on a table which already contains data remove unneeded table files_trashsizes fix unit test no need to truncate *PREFIX*permissions On Oracle adding auto increment columns is not working out of the box - Oracle migrations are to be done manually
* 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
* 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