ChangeLog 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. 2007-10-21 Gert Driesen <[email protected]>
  2. * OleDbDataAdapterTest.cs: Added tests for ctors, DeleteCommand,
  3. InsertCommand, SelectCommand, UpdateCommand and Dispose.
  4. * OleDbCommandTest.cs: Added tests for ctors and CommandText.
  5. * OleDbConnectionTest.cs: Added tests for ctors and ConnectionString.
  6. Added tests for BeginTransaction, GetSchema and ServerVersion with
  7. connection that is closed.
  8. 2007-02-22 Raja R Harinath <[email protected]>
  9. * OleDbParameterCollectionTest.cs: Fix compile error in 1.1 profile.
  10. 2007-02-20 Frederik Carlier <[email protected]>
  11. * OleDbParameterCollectionTest.cs: New. Unit tests for OleDbParameterCollection.
  12. 2005-09-22 Sebastien Pouliot <[email protected]>
  13. * OleDbPermissionAttributeTest.cs: Removed *Choice security actions.
  14. 2005-01-14 Atsushi Enomoto <[email protected]>
  15. * OleDbPermissionTest.cs, OleDbPermissionAttributeTest.cs:
  16. Fixed some incompatible type of exception between 2.0 and 1.1.
  17. 2004-09-15 Sebastien Pouliot <[email protected]>
  18. * OleDbPermissionTest.cs: New. Unit tests for OleDbPermission.
  19. 2004-09-14 Sebastien Pouliot <[email protected]>
  20. * OleDbPermissionAttributeTest.cs: Added unit tests for Provider
  21. property (unused and hidden in Fx 2.0).
  22. 2004-09-13 Sebastien Pouliot <[email protected]>
  23. * ChangeLog: New.
  24. * OleDbPermissionAttributeTest.cs: New. Unit tests for OleDbPermission
  25. Attribute.