Page 1 of 1

Unprepared execute for EF?

Posted: Sat 21 Nov 2009 12:36
by acerbitdrain
Great work on getting unprepared execution implemented.
Recently we have been running test to convert our apps to EF.

When using EF, there is no way to programmatically access the PgSqlCommand object and set UnpreparedExecute flag to true.

Is there a way, or are there plans to have this configurable via a connection string setting?

Thank you.

Posted: Mon 23 Nov 2009 13:29
by Shalex
We will investigate the possibility of using unprepared execution when working with Entity Framework and notify you about the results as soon as possible.

Posted: Fri 11 Dec 2009 11:22
by Shalex
We have supported unprepared execution in Entity Framework. Starting from the next build, this functionality will be available in the following way:

Code: Select all

Devart.Data.PostgreSql.Entity.PgSqlEntityProviderServices.UnpreparedCommandExecution = true;
I will post here when the next build of dotConnect for PostgreSQL is available for download.

Posted: Fri 18 Dec 2009 09:38
by Shalex
The new 4.65.62 build of dotConnect for PostgreSQL is available for download now.
It can be downloaded from http://www.devart.com/dotconnect/postgr ... nload.html (trial version) or from Registered Users' Area (for users with valid subscription only).
For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=16682 .