QSqlMigrator icon indicating copy to clipboard operation
QSqlMigrator copied to clipboard

unique database lock for migration execution

Open arBmind opened this issue 12 years ago • 1 comments

Only one process should be allowed to execute migrations at a time.

Ways to ensure this should be taken from other migration frameworks in java etc.

arBmind avatar Sep 12 '13 10:09 arBmind

A database lock for sqlite-plugin is finished ( root/plugins/SqliteMigrator/DatabaseLock.h ). The lock for the mysql-plugin is still open.

monotomy avatar Sep 20 '13 13:09 monotomy