Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only commit in case a transaction is active | Thomas Müller | 2014-07-23 | 1 | -1/+3 |
* | Use get random bytes as uniqeid() is not unique in some cases | Joas Schilling | 2014-06-30 | 1 | -2/+2 |
* | Do not rename primary key index when renaming table | Vincent Petry | 2014-06-17 | 1 | -1/+7 |
* | Better unique names for temporary tables | Robin Appelman | 2014-06-03 | 1 | -1/+11 |
* | Only quote identifiers for oracle during migration | Robin Appelman | 2014-06-03 | 1 | -10/+1 |
* | Try and check migration before applying it | Robin Appelman | 2014-06-03 | 1 | -10/+36 |
* | Check sqlite migration on a copy of the database file | Robin Appelman | 2014-06-03 | 1 | -0/+1 |
* | Fix migrator for postgres | Robin Appelman | 2014-06-03 | 1 | -1/+3 |
* | Fix temporary schema creation | Robin Appelman | 2014-06-03 | 1 | -4/+8 |
* | Fix generating migration test schemas | Robin Appelman | 2014-06-03 | 1 | -1/+4 |
* | Create unique names for temporary indexes | Robin Appelman | 2014-06-03 | 1 | -3/+23 |
* | Add a mechanism to try the database migration on a copy of the tables before ... | Robin Appelman | 2014-06-03 | 1 | -0/+139 |