Unprepared execute for EF?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
acerbitdrain
Posts: 10
Joined: Sat 07 Feb 2009 10:09

Unprepared execute for EF?

Post by acerbitdrain » Sat 21 Nov 2009 12:36

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.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 23 Nov 2009 13:29

We will investigate the possibility of using unprepared execution when working with Entity Framework and notify you about the results as soon as possible.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 11 Dec 2009 11:22

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.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 18 Dec 2009 09:38

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 .

Post Reply