ChangeLog 1.1 KB

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