Page 1 of 1

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

Posted: Mon 11 Nov 2013 13:28
by AKRRKA
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.

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

Posted: Mon 11 Nov 2013 14:43
by MariiaI
Thank you for the report on this. We will inform you when this issue is fixed.

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

Posted: Thu 14 Nov 2013 12:38
by MariiaI
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.

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

Posted: Thu 14 Nov 2013 16:30
by AKRRKA
Thanks. Now all is well.