Comment 2 for bug 183361

Revision history for this message
Reggie (reggie-mysql) wrote :

I've hit this same bug attempting to convert one of our repos. The following is the output of svn log. The error occurs on revision 689

------------------------------------------------------------------------
r688 | rburnett | 2007-04-30 09:28:00 -0500 (Mon, 30 Apr 2007) | 1 line
Changed paths:
   M /branches/Orcas/Driver/Source/datareader.cs

small hack to force all 64 bit ints to be 32 bit. I'll remove this when I figure out how to deal with the fact that MySQL can't generate 32 bit ints on demand.
------------------------------------------------------------------------
r689 | rburnett | 2007-04-30 09:32:05 -0500 (Mon, 30 Apr 2007) | 1 line
Changed paths:
   M /branches/Orcas/Driver/Properties/MySqlProviderServices.ProviderManifest.xml

restored provider manifest since MySQL does support a nvarchar type. This file still needs much work.
------------------------------------------------------------------------
r690 | rburnett | 2007-04-30 12:39:31 -0500 (Mon, 30 Apr 2007) | 1 line
Changed paths:
   M /trunk/MySql.Web/Source/MembershipProvider.cs
   M /trunk/MySql.Web/Source/MembershipSchema.cs
   M /trunk/MySql.Web/Source/RoleProvider.cs
   M /trunk/MySql.Web/Source/RoleSchema.cs