Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
Problem can be fixed by replacing _appliedMigrations.Add(reader.GetInt64(0));
with
_appliedMigrations.Add(Convert.ToInt64(reader.GetValue(0)));
See updated TransformationProvider.cs in attachment.
Original comment by paul.dhe...@gmail.com
on 3 Jun 2009 at 9:01
Attachments:
Svn 145
Applied change
Original comment by geoffl...@gmail.com
on 25 Mar 2010 at 10:35
Original issue reported on code.google.com by
paul.dhe...@gmail.com
on 2 Jun 2009 at 2:06