Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite loop when given non-existent version to migrate to #5

Open
ondrejsv opened this issue Apr 23, 2011 · 0 comments
Open

Infinite loop when given non-existent version to migrate to #5

ondrejsv opened this issue Apr 23, 2011 · 0 comments

Comments

@ondrejsv
Copy link

E.g. when we have just one migration and issue a command to migrate to version 2 on the command line:

Migrator.Console.exe SqlServer "Data Source=..." Database.dll -version 2

the application wil go forever:

2 <Migration not found>
2 <Migration not found>
2 <Migration not found>
2 <Migration not found>
2 <Migration not found>
2 <Migration not found>
...

eliog pushed a commit to eliog/Migrator.NET that referenced this issue Sep 16, 2019
Completed Change for MSSQL for UInt16, UInt32 and UInt64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant