ChangeLog 896 B

123456789101112131415161718192021222324252627
  1. 2007-02-20 Frederik Carlier <[email protected]>
  2. * OleDbParameterCollectionTest.cs: New. Unit tests for OleDbParameterCollection.
  3. 2005-09-22 Sebastien Pouliot <[email protected]>
  4. * OleDbPermissionAttributeTest.cs: Removed *Choice security actions.
  5. 2005-01-14 Atsushi Enomoto <[email protected]>
  6. * OleDbPermissionTest.cs, OleDbPermissionAttributeTest.cs:
  7. Fixed some incompatible type of exception between 2.0 and 1.1.
  8. 2004-09-15 Sebastien Pouliot <[email protected]>
  9. * OleDbPermissionTest.cs: New. Unit tests for OleDbPermission.
  10. 2004-09-14 Sebastien Pouliot <[email protected]>
  11. * OleDbPermissionAttributeTest.cs: Added unit tests for Provider
  12. property (unused and hidden in Fx 2.0).
  13. 2004-09-13 Sebastien Pouliot <[email protected]>
  14. * ChangeLog: New.
  15. * OleDbPermissionAttributeTest.cs: New. Unit tests for OleDbPermission
  16. Attribute.