sougatamondal / migratordotnet

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

Wrong return type in TransformationProvider #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As part of the int-to-long patch, TransformationProvider should have been
changed to return an int64 for the version number.  Instead, it was looking
for an int32.  Patch attached.

Original issue reported on code.google.com by evon...@gmail.com on 12 Aug 2008 at 12:12

Attachments:

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
Is it going to be fixed in the trunk anytime soon?

Original comment by simone.b...@gmail.com on 5 Sep 2008 at 7:43

GoogleCodeExporter commented 8 years ago
SVN 117
Fixed a missed Int32 - Int64 conversion
Thanks evonzee for the patch.

Original comment by geoffl...@gmail.com on 5 Sep 2008 at 9:23