GetOracleObject() returns null
Posted: Wed 18 Jan 2012 09:24
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.
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.