Linq CreateDatabase() bug?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
DeepSeaDave
Posts: 12
Joined: Wed 12 May 2010 16:48

Linq CreateDatabase() bug?

Post by DeepSeaDave » Mon 25 Oct 2010 15:27

I have a database I'm trying to create using the linq CreateDatabase() method. I have some columns defined as LONGBLOB but when the table gets created it is defined as BLOB. What needs to be done to make sure these fields are defined as LONGBLOB?

Thanks,
Dave

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Tue 26 Oct 2010 13:07

Thank you for your report, we have reproduced the problem. We will inform you when the build containing the fix is available.

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Tue 30 Nov 2010 17:52

We have released dotConnect for MySQL 6 which includes the fix for LONGBLOB (also MEDIUMBLOB and TINYBLOB) fields mapping. The new build can be downloaded from
http://www.devart.com/dotconnect/mysql/download.html
(the trial version) or from Registered Users' Area (for users with active subscription only):
http://secure.devart.com/

For the detailed information on fixes and improvements available in dotConnect for MySQL 6, please refer to
http://www.devart.com/forums/viewtopic.php?t=19623

Post Reply