LinuxDoku / migratordotnet

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

Infinite loop when invalid target version specified #156

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If I have defined migrations 1, 2, and 3, but then call MigrateTo(6), the 
migrator gets stuck in an infinite loop.  (It calls Skipping(4) repeatedly on 
the logger without apparently doing anything else.)

This is the latest version of Migrator.NET (0.9.0.28138) running on .NET 3.5 
SP1, against an SQL Server Express 2008 database.

Original issue reported on code.google.com by uec...@gmail.com on 28 Jul 2010 at 3:27