| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- 2008-09-08 Daniel Morgan <[email protected]>
- * TestOracleClient.cs: remove some warnings
- and improve OracleParameter tests
- for VARCHAR2, NUMBER, DATE types
- for Input, Output, InputOutput, and ReturnValue and
- handle DBNull.Value for various situations.
- These parameter tests work on .net 2.0 but fail on mono 2.0.
- 2007-02-13 Leszek Ciesielski <[email protected]>
- * OracleParameterTest.cs: added test for binding parameters by
- position instead of by name (currently failing)
- 2006-19-12 Boris Kizner <[email protected]>
- * System.Data.OracleClient.J2EE.config: change tests server.
- 2006-08-21 Boris Kirzner <[email protected]>
- * System.Data.OracleClient.Tests20.J2EE.sln,
- System.Data.OracleClient.Tests20.J2EE.vmwcsproj:
- added solution and project files for NET_2_0 tests run.
- 2006-03-13 Boris Kirzner <[email protected]>
- * System.Data.OracleClient.J2EE.config: added sample app config file
- for TARGET_JVM tests.
- 2006-02-09 Konstantin Triger <[email protected]>
- * Added Mainsoft OracleClient testsuite. The running instructions can be found at
- System.Data.OracleClient.jvm/readme.txt.
- 2005-01-16 Daniel Morgan <[email protected]>
- * ChangeLog: added file for oracle tests
-
- * testblob.cs: test loading a binary file into
- an Oracle BLOB column and then reading a BLOB column
- to a new binary file
-
- * testclob.cs: test loading a text file into
- an Oracle CLOB column and then reading a CLOB column
- to a new text file
-
-
|