| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- 2005-01-14 Atsushi Enomoto <[email protected]>
- * SqlClientPermissionTest.cs, SqlClientPermissionAttributeTest.cs:
- Fixed some incompatible type of exception between 2.0 and 1.1.
- 2004-11-01 Gert Driesen <[email protected]>
- * SqlCommandTest.cs: Added testcase for bug #66630.
- 2004-10-30 Umadevi S <[email protected]>
- * SqlDataAdapterTest.cs - Added testcase for nullguid
- 2004-10-15 Umadevi S <[email protected]>
- * SqlDataReaderTest.cs: Added testcase for reading emptyntextfield
- 2004-10-14 Umadevi S <[email protected]>
- * SqlCommandTest.cs - added Test for clone method
- 2004-09-24 Umadevi S <[email protected]>
- * SqlTransactionTest.cs -new file .unit testing for SqlTransaction
- 2004-09-15 Sebastien Pouliot <[email protected]>
- * SqlClientPermissionTest.cs: New. Unit tests for SqlClientPermission.
- 2004-09-13 Sebastien Pouliot <[email protected]>
- * SqlClientPermissionAttributeTest.cs: New. Unit tests for SqlClient
- PermissionAttribute.
- 2004-09-02 Umadevi S <[email protected]>
- * SqlCommandTest.cs - added file. Testing ExecuteNonQuery
- 2004-09-02 Umadevi S <[email protected]>
- * SqlDataReaderTest.cs - added file
- 2004-08-20 Umadevi S <[email protected]>
- * Added testcase in SqlDataAdapter.cs for Fillschema
- 2004-08-19 Gert Driesen <[email protected]>
- * SqlConnectionTest.cs: Added testcases for bug #63165.
- 2004-08-19 Umadevi S <[email protected]>
- * Added file SqlDataAdapterTest.cs - to test update method on a
- datatable
|