| 1234567891011121314151617181920212223242526272829303132 |
- 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
-
-
|