Page 1 of 1

GetOracleObject() returns null

Posted: Wed 18 Jan 2012 09:24
by miwi
Hi there,

testing 6.60.283 we found a changed behavior compared to older versions.

OracleDataReader.GetOracleObject(int) returns null if the value of the object is null in the database. On older versions (we use 6.10.135 currently) it returned an OracleObject instance with the IsNull property set.

We can, of course, change the function usage on our side in the whole code. However, we would prefer if you could change back the API. Thanks.

Posted: Wed 18 Jan 2012 14:23
by Pinturiccio
We have reproduced the issue. We will investigate it and notify you as soon as possible.

Posted: Tue 24 Jan 2012 08:38
by Pinturiccio
We have fixed the bug with OracleDataReader returning null value for Object, Array, Table, Xml, AnyData columns instead of returning an empty value of the corresponding type. We will post here when the corresponding build of dotConnect for Oracle is available for download.

Posted: Fri 27 Jan 2012 14:06
by Pinturiccio
The new build of dotConnect for Oracle 6.70.293 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 valid subscription only).
For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=23260

Posted: Fri 03 Feb 2012 07:42
by miwi
Thanks for the fix. We can confirm that the issue is solved.