Commit Graph

28 Commits (4608d3def7e8619fe2a151aa7d2180dc465f8155)

Author SHA1 Message Date
Morris Jobke 6fd1a9563e add proper prefix for migration tests 10 years ago
Andreas Fischer 4569953e5c Clean up test table in Connection Test to prevent unnecessary failures. 10 years ago
Andreas Fischer 91e03f5845 Properly call parent::tearDown() in MDB2SchemaManager::tearDown(). 10 years ago
Robin Appelman b66c0a1631 add unit tests for tableExists and dropTable 10 years ago
Joas Schilling ea4c25609d Replace uniqid calls with $this->getUniqueID so tests pass again on windows 10 years ago
Morris Jobke 75d37b69f6 fix unit tests of mdb2scheamreader 10 years ago
Joas Schilling 6202ca33ba Make remaining files extend the test base 10 years ago
Thomas Müller 5aab98c4bf disable database migration unit tests for MSSQL 11 years ago
Vincent Petry 04c982a96e Fix unit test messing up the transaction on Oracle 11 years ago
Thomas Müller 58472a2660 migration test for sqlite - adding type mapping for 'tinyint unsigned' 11 years ago
Thomas Müller 65c824a2c0 Adding test which breaks because bit and/or enum datatypes are used 11 years ago
Vincent Petry e4f068961e Added test for reserved keywords 11 years ago
Vincent Petry b752aff51d Fix migrator tests to use the correct migrator instances 11 years ago
Vincent Petry ffdc1c2fcf Added unit test for checkMigrate with primary key + autoinc 11 years ago
Thomas Müller fe8bae31dc adding PK to table encryption 11 years ago
Robin Appelman 4d7045e701 Fix unit tests 11 years ago
Robin Appelman b4cee3d4e9 skip tests for oracle 11 years ago
Robin Appelman adeac7aa39 Check sqlite migration on a copy of the database file 11 years ago
Robin Appelman 35550e8d9a Fix migrator for postgres 11 years ago
Robin Appelman 5243562f45 skip migration tests for sqlite 11 years ago
Robin Appelman 0035147be9 Create unique names for temporary indexes 11 years ago
Robin Appelman 9c6a93a87c Add a mechanism to try the database migration on a copy of the tables before running it on the "real" data 11 years ago
Oliver Gasser f0962c99dc Increment number of columns by one 11 years ago
Oliver Gasser cb9e87eced Typo fixed 11 years ago
Oliver Gasser 5fcbe5350c Add decimal(precision,scale) column to unit tests 11 years ago
Morris Jobke 9c1c8d57f0 fix DB schema test - no default value 12 years ago
Robin Appelman a4df982dc3 add tests for MDB2SchemaReader 12 years ago