BUG: Enabling batch updates causes incorrect parameter values for bool to char(1) mapping columns

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
mirkogeffken
Posts: 3
Joined: Fri 12 Sep 2008 12:46

BUG: Enabling batch updates causes incorrect parameter values for bool to char(1) mapping columns

Post by mirkogeffken » Thu 25 Jul 2013 18:41

Hi,

mapping columns from System.Boolean to CHAR(1) (Y/N) works great when setting the type to "yes no char as boolean". However this feature stops working when enabling batch updates with OracleEntityProviderConfig.Instance.DmlOptions.BatchUpdates.Enabled = true by sending true and false as values instead of Y and N.

Kindly fix this issue in one of your future releases.

Thanks
Mirko

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

Re: BUG: Enabling batch updates causes incorrect parameter values for bool to char(1) mapping columns

Post by Shalex » Tue 30 Jul 2013 10:07

We have reproduced the issue and are investigating it.

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

Re: BUG: Enabling batch updates causes incorrect parameter values for bool to char(1) mapping columns

Post by Shalex » Wed 07 Aug 2013 11:28

The bug with converting data types when using Batch Updates is fixed. We will notify you when the corresponding build of dotConnect for Oracle is available for download.

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

Re: BUG: Enabling batch updates causes incorrect parameter values for bool to char(1) mapping columns

Post by Shalex » Thu 08 Aug 2013 15:56

New build of dotConnect for Oracle 7.8.301 is available for download now!
It can be downloaded from http://www.devart.com/dotconnect/oracle/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=1&t=27701.

Post Reply