ChangeLog 1.4 KB

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