2008-08-26 Daniel Morgan <monodanmorg@yahoo.com>
authorDaniel Morgan <monodanmorg@yahoo.com>
Tue, 26 Aug 2008 06:33:55 +0000 (06:33 -0000)
committerDaniel Morgan <monodanmorg@yahoo.com>
Tue, 26 Aug 2008 06:33:55 +0000 (06:33 -0000)
commitf9992d7537016f56f8d8936e1ca13770aff19b80
tree39d9b7207141920b9b41746f6b6504d11c59b79c
parent4a5ecae47f11c204cd9f80f0256c52ba2e0bac32
2008-08-26  Daniel Morgan <monodanmorg@yahoo.com>

* System.Data.OracleClient/OracleParameter.cs
* System.Data.OracleClient.Oci/OciStatementHandle.cs
* System.Data.OracleClient.Oci/OciDefineHandle.cs: fix bug
for GetOracleLob in OracleDataReader that was created
via a REF CURSOR.  Bug occurred because the cursor when created
did not have a ServiceContext - this was solved by passing
the connection in which did.  Fixes bug#350408.  In OracleParameter, also
show the data type that is not implemented.

* Test/testblob.cs
* Test/TestOracleClient.cs: updated tests

* Test/refcursortest.cs: added ref cursor test with blob

svn path=/trunk/mcs/; revision=111595
mcs/class/System.Data.OracleClient/ChangeLog
mcs/class/System.Data.OracleClient/System.Data.OracleClient.Oci/OciDefineHandle.cs
mcs/class/System.Data.OracleClient/System.Data.OracleClient.Oci/OciStatementHandle.cs
mcs/class/System.Data.OracleClient/System.Data.OracleClient/OracleParameter.cs
mcs/class/System.Data.OracleClient/Test/TestOracleClient.cs
mcs/class/System.Data.OracleClient/Test/refcursortest.cs [new file with mode: 0644]
mcs/class/System.Data.OracleClient/Test/testblob.cs