| Commit message (Expand) | Author | Age | Files | Lines |
* | migration test for sqlite - adding type mapping for 'tinyint unsigned' | Thomas Müller | 2014-07-30 | 2 | -1/+40 |
* | Adding test which breaks because bit and/or enum datatypes are used | Thomas Müller | 2014-07-24 | 1 | -0/+39 |
* | 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 |
* | adding PK to table encryption | Thomas Müller | 2014-06-06 | 3 | -0/+93 |
* | 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 |
* | Increment number of columns by one | Oliver Gasser | 2013-12-18 | 1 | -1/+1 |
* | Typo fixed | Oliver Gasser | 2013-12-17 | 1 | -1/+1 |
* | Add decimal(precision,scale) column to unit tests | Oliver Gasser | 2013-12-17 | 2 | -0/+9 |
* | fix DB schema test - no default value | Morris Jobke | 2013-11-12 | 1 | -2/+2 |
* | add tests for MDB2SchemaReader | Robin Appelman | 2013-07-29 | 2 | -0/+157 |