2008-09-14 Daniel Morgan <monodanmorg@yahoo.com>
authorDaniel Morgan <monodanmorg@yahoo.com>
Sun, 14 Sep 2008 04:06:00 +0000 (04:06 -0000)
committerDaniel Morgan <monodanmorg@yahoo.com>
Sun, 14 Sep 2008 04:06:00 +0000 (04:06 -0000)
commitebcefe02af5650d582f4bef6f4e3faf2085471f1
tree127fd06e55d938f984267cdbeaa0c0503fe97c3e
parent1b29e7e9c25ade06bdd0e7c38c3a205069209974
2008-09-14  Daniel Morgan <monodanmorg@yahoo.com>

* Test/TestOracleClient.cs: add tests for parameters
of oracle type CLOB, add tests for setting oracle type
directly or inferred via the value, and
clean up compile warnings

* System.Data.OracleClient/OracleParameter.cs: fix
for handling parameters of oracle type CLOB for
Input, Output, and Return.  InputOutput is not supported.
And handle CLOB parameters that are DBNull.Value or
their value length is zero.

svn path=/trunk/mcs/; revision=112948
mcs/class/System.Data.OracleClient/ChangeLog
mcs/class/System.Data.OracleClient/System.Data.OracleClient/OracleParameter.cs
mcs/class/System.Data.OracleClient/Test/TestOracleClient.cs