summaryrefslogtreecommitdiffstats
path: root/lib/private/db/migrator.php
Commit message (Expand)AuthorAgeFilesLines
* only commit in case a transaction is activeThomas Müller2014-07-231-1/+3
* Use get random bytes as uniqeid() is not unique in some casesJoas Schilling2014-06-301-2/+2
* Do not rename primary key index when renaming tableVincent Petry2014-06-171-1/+7
* Better unique names for temporary tablesRobin Appelman2014-06-031-1/+11
* Only quote identifiers for oracle during migrationRobin Appelman2014-06-031-10/+1
* Try and check migration before applying itRobin Appelman2014-06-031-10/+36
* Check sqlite migration on a copy of the database fileRobin Appelman2014-06-031-0/+1
* Fix migrator for postgresRobin Appelman2014-06-031-1/+3
* Fix temporary schema creationRobin Appelman2014-06-031-4/+8
* Fix generating migration test schemasRobin Appelman2014-06-031-1/+4
* Create unique names for temporary indexesRobin Appelman2014-06-031-3/+23
* Add a mechanism to try the database migration on a copy of the tables before ...Robin Appelman2014-06-031-0/+139