ChangeLog 984 B

1234567891011121314151617181920212223242526272829303132
  1. 2006-19-12 Boris Kizner <[email protected]>
  2. * System.Data.OracleClient.J2EE.config: change tests server.
  3. 2006-08-21 Boris Kirzner <[email protected]>
  4. * System.Data.OracleClient.Tests20.J2EE.sln,
  5. System.Data.OracleClient.Tests20.J2EE.vmwcsproj:
  6. added solution and project files for NET_2_0 tests run.
  7. 2006-03-13 Boris Kirzner <[email protected]>
  8. * System.Data.OracleClient.J2EE.config: added sample app config file
  9. for TARGET_JVM tests.
  10. 2006-02-09 Konstantin Triger <[email protected]>
  11. * Added Mainsoft OracleClient testsuite. The running instructions can be found at
  12. System.Data.OracleClient.jvm/readme.txt.
  13. 2005-01-16 Daniel Morgan <[email protected]>
  14. * ChangeLog: added file for oracle tests
  15. * testblob.cs: test loading a binary file into
  16. an Oracle BLOB column and then reading a BLOB column
  17. to a new binary file
  18. * testclob.cs: test loading a text file into
  19. an Oracle CLOB column and then reading a CLOB column
  20. to a new text file