ChangeLog 1.5 KB

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