LinqConnect Professional Version 4.4.364 (31-Oct-2013) - LONGBLOB to BLOB, LONGTEXT to TEXT

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
AKRRKA
Posts: 198
Joined: Thu 26 Jan 2012 15:07
Location: Russia
Contact:

LinqConnect Professional Version 4.4.364 (31-Oct-2013) - LONGBLOB to BLOB, LONGTEXT to TEXT

Post by AKRRKA » Mon 11 Nov 2013 13:28

Hello,

I have any new problem.
Use LinqConnect Professional Version 4.4.364 (31-Oct-2013).
Model have two fields with type Binary and String, need get LONGBLOB and LONGTEXT into database.
And all OK when create database from Entity Developer (generated correct script).
But when create database with command:

Code: Select all

var mydt = new CrmDemoContext.CrmDemoDataContext();
mydt.CreateDatabase(false, true);
get field with type BLOB and TEXT.
Need LONGBLOB and LONGTEXT!

Sample: WindowsFormsApplication12.zip (98.2 КБ)
Video: Видео_2013-11-11_171341.wmv (14.6 МБ)

How can that be???!!
For me it is very important.

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: LinqConnect Professional Version 4.4.364 (31-Oct-2013) - LONGBLOB to BLOB, LONGTEXT to TEXT

Post by MariiaI » Mon 11 Nov 2013 14:43

Thank you for the report on this. We will inform you when this issue is fixed.

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: LinqConnect Professional Version 4.4.364 (31-Oct-2013) - LONGBLOB to BLOB, LONGTEXT to TEXT

Post by MariiaI » Thu 14 Nov 2013 12:38

The bug related to the incorrect generation of the datatype names ( TINYTEXT/MEDIUMTEXT/LONGTEXT, TINYBLOB/MEDIUMBLOB/LONGBLOB) when using the CreateDatabase() method is fixed.
New build of LinqConnect 4.4.374 is available for download now!
It can be downloaded from http://www.devart.com/linqconnect/download.html (trial version) or from Registered Users' Area (for users with active subscription only)
For more information, please refer to http://forums.devart.com/viewtopic.php?f=31&t=28335.

AKRRKA
Posts: 198
Joined: Thu 26 Jan 2012 15:07
Location: Russia
Contact:

Re: LinqConnect Professional Version 4.4.364 (31-Oct-2013) - LONGBLOB to BLOB, LONGTEXT to TEXT

Post by AKRRKA » Thu 14 Nov 2013 16:30

Thanks. Now all is well.

Post Reply