a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
2008-03-03 Ankit Jain <jankit@novell.com>
|
|
|
|
* OleDbMetaDataCollectionNamesTest.cs: New.
|
|
|
|
2007-10-21 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* OleDbDataAdapterTest.cs: Added tests for ctors, DeleteCommand,
|
|
InsertCommand, SelectCommand, UpdateCommand and Dispose.
|
|
* OleDbCommandTest.cs: Added tests for ctors and CommandText.
|
|
* OleDbConnectionTest.cs: Added tests for ctors and ConnectionString.
|
|
Added tests for BeginTransaction, GetSchema and ServerVersion with
|
|
connection that is closed.
|
|
|
|
2007-02-22 Raja R Harinath <rharinath@novell.com>
|
|
|
|
* OleDbParameterCollectionTest.cs: Fix compile error in 1.1 profile.
|
|
|
|
2007-02-20 Frederik Carlier <frederik.carlier@carlier-online.be>
|
|
|
|
* OleDbParameterCollectionTest.cs: New. Unit tests for OleDbParameterCollection.
|
|
|
|
2005-09-22 Sebastien Pouliot <sebastien@ximian.com>
|
|
|
|
* OleDbPermissionAttributeTest.cs: Removed *Choice security actions.
|
|
|
|
2005-01-14 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* OleDbPermissionTest.cs, OleDbPermissionAttributeTest.cs:
|
|
Fixed some incompatible type of exception between 2.0 and 1.1.
|
|
|
|
2004-09-15 Sebastien Pouliot <sebastien@ximian.com>
|
|
|
|
* OleDbPermissionTest.cs: New. Unit tests for OleDbPermission.
|
|
|
|
2004-09-14 Sebastien Pouliot <sebastien@ximian.com>
|
|
|
|
* OleDbPermissionAttributeTest.cs: Added unit tests for Provider
|
|
property (unused and hidden in Fx 2.0).
|
|
|
|
2004-09-13 Sebastien Pouliot <sebastien@ximian.com>
|
|
|
|
* ChangeLog: New.
|
|
* OleDbPermissionAttributeTest.cs: New. Unit tests for OleDbPermission
|
|
Attribute.
|