LinuxDoku / migratordotnet

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

Wrong type cast when reading from SchemaInfo table #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi guys, I just checked out and build Migrator.NET from trunk and ran into
a few problems with running migrations. The first is that when
TransformationProvider is loading the list of applied migrations
(TransformationPRovider.cs, line 736) it's using GetInt32, when in fact it
should be using GetInt64.

With SqlServer 2005, at least, trying to use GetInt32 produces an exception.

I'd submit a patch, but it's a two-character change ;)

Original issue reported on code.google.com by russell....@gmail.com on 26 Aug 2008 at 7:49

GoogleCodeExporter commented 8 years ago
This bug duplicates issue 55.

Original comment by evon...@gmail.com on 27 Aug 2008 at 5:02

GoogleCodeExporter commented 8 years ago
Oh, yup -- sorry, 55's title is a little misleading.

Original comment by russell....@gmail.com on 27 Aug 2008 at 5:13

GoogleCodeExporter commented 8 years ago
Issue 55

Original comment by geoffl...@gmail.com on 28 Aug 2008 at 1:19