Error when inserting large binary files using EF4

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Keenan
Posts: 3
Joined: Wed 28 Aug 2013 18:36

Re: Error when inserting large binary files using EF4

Post by Keenan » Tue 17 Sep 2013 14:09

Thank you for the quick response. Do you have a time estimate for the typical turnaround to fix an issue? I'm trying to plan out a sprint for a project and I need to account for this.

Thanks again,
Keenan

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

Re: Error when inserting large binary files using EF4

Post by MariiaI » Wed 18 Sep 2013 08:29

The new build of the dotConnect for MySQL (as well as dotConnect for PostgreSQL) with the changes for this issue will be released in about 1-2 weeks.

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

Re: Error when inserting large binary files using EF4

Post by MariiaI » Tue 24 Sep 2013 07:22

The "Default FetchAll" connection string parameter for defining default value of the FetchAll property of MySqlCommand objects created on the connection is implemented.
The behavior is changed: The strict FetchAll = True for created SQL commands is removed; now the behavior is determined by the connection string parameter "Default FetchAll"(by default is set to False).

New build of dotConnect for MySQL 7.8.333 is available for download now!
It can be downloaded from http://www.devart.com/dotconnect/mysql/download.html (trial version) or from Registered Users' Area (for users with valid subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=2&t=27981.

Post Reply