LinuxDoku / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

Run all migrations in one transaction #152

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There is no easy way to run all migrations in one transaction except writing 
own provider.

If _transaction field would be protected and BeginTransaction/Commit/
Rollback methods are virtual it would be much easier 
(just override these methods appropriately)

Original issue reported on code.google.com by mkar...@gmail.com on 3 May 2010 at 11:45