| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- 2005-10-08 Sureshkumar T <[email protected]>
- * OdbcParameterTest.cs (OdbcTypeTest): Disconnected Tests for
- OdbcParameter class.
- 2005-09-22 Sebastien Pouliot <[email protected]>
- * OdbcPermissionAttributeTest.cs: Removed *Choice security actions.
- 2005-09-01 Sureshkumar T <[email protected]>
- * OdbcDataAdapterTest.cs: moved to ProviderTests and integrated
- with connected more framework.
- * OdbcCommandTest.cs: -- do --.
- * OdbcParameterCollectionTest.cs: Removed ParameterLengthTrimTest
- to ProviderTests.
- 2005-02-15 Sureshkumar T <[email protected]>
- * OdbcParameterCollectionTest.cs: fix for namespace collision
- MonoTests.System & corlib System.
- * OdbcDataReaderTest.cs: --do--
- 2005-01-14 Atsushi Enomoto <[email protected]>
- * OdbcPermissionTest.cs, OdbcPermissionAttributeTest.cs:
- Fixed some incompatible type of exception between 2.0 and 1.1.
- 2004-11-26 Sureshkumar T <[email protected]>
- * OdbcParameterCollectionTest.cs: New file for testing
- OdbcParameterCollection's Add method.
- 2004-09-15 Sebastien Pouliot <[email protected]>
- * OdbcPermissionTest.cs: New. Unit tests for OdbcPermission.
- 2004-09-13 Sebastien Pouliot <[email protected]>
- * OdbcPermissionAttributeTest.cs: New. Unit tests for OdbcPermission
- Attribute.
- 2004-08-31 Umadevi S <[email protected]>
- * OdbcDataReaderTest.cs - Added a test for Numeric Type
- 2004-08-27 Sureshkumar T <[email protected]>
- * OdbcDataReader.cs - Added a test for TinyInt
- 2004-08-26 Sureshkumar T <[email protected]>
- * OdbcDataReaderTest.cs - Added a test for DateTime - GetDateTimeTest
- * OdbcCommandTest.cs - Syntax Error Fix
- 2004-07-29 Umadevi S <[email protected]>
- * OdbcCommandTest.cs - Added testcase for bug 62046. ExecuteNonQuery
-
- 2004-07-28 Umadevi S <[email protected]>
- * OdbcCommandTest.cs - Added testcase for bug 61968. String values passed with quotes
-
- 2004-07-01 Sureshkumar T <[email protected]>
- * Added test case for OdbcCommand.ExecuteScalar Method
- * New files:
- OdbcCommandTest.cs - test suite for OdbcCommand class.
- 2004-06-23 Sureshkumar T <[email protected]>
- * Added test to check whether the OdbcConnection.Close method closes
- all the handles.
- * New files:
- OdbcConnectionTest.cs - test suite for OdbcConnection class.
- 2004-06-16 Sureshkumar T <[email protected]>
- * Added Odbc tests using MySql test database
- * New files:
- ChangeLog
- OdbcDataReaderTest.cs - test suite for OdbcDataReader class.
- OdbcDataAdapterTest.cs - test suite for OdbcDataAdapter class.
|