a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
167 lines
5.4 KiB
Plaintext
167 lines
5.4 KiB
Plaintext
2009-07-29 Veerapuram Varadhan <vvaradhan@novell.com>
|
|
|
|
* SqlParameterTest.cs: Marked SqlChars/SqlBytes tests for SqlValue
|
|
as NotWorking as these types are considered as SqlString/SqlBinary
|
|
respectively.
|
|
|
|
2009-07-26 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* SqlParameterTest.cs: Added/improved tests for SqlValue, and
|
|
SqlTypes. Improved tests for char and char [] type inferrence.
|
|
|
|
2009-01-03 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* SqlParameterTest.cs: Added .ctor tests. Improved
|
|
ParameterType and ResetDbType tests. Added ParameterName,
|
|
SourceColumn and Value tests. Partially enable SqlValue
|
|
test.
|
|
|
|
2009-01-03 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* SqlCommandBuilderTest.cs: Added tests for CatalogLocation,
|
|
CatalogSeparator, ConflictOption, QuoteIdentifier, QuotePrefix,
|
|
QuoteSuffix and SchemaSeparator.
|
|
* SqlParameterTest.cs: Moved existing tests from ProviderTests
|
|
to increase their visibility. Added tests for type inference.
|
|
|
|
2008-11-09 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* SqlConnectionTest.cs: Added test for null check in ClearPool.
|
|
|
|
2008-08-14 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* SqlConnectionTest.cs: Enabled connection string related tests that
|
|
previously failed. Added/improved connection string tests.
|
|
|
|
2008-07-28 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* SqlConnectionTest.cs: Enabled tests for ChangePassword argument
|
|
checks.
|
|
|
|
2008-07-28 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* SqlCommandTest.cs: Enabled CommandTimeout test. Enabled test for
|
|
Prepare with NULL connection. Enabled test for bug #412586.
|
|
|
|
2008-07-28 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* SqlCommandTest.cs: Enabled and improved tests for Execute* with
|
|
closed connection.
|
|
|
|
2008-07-28 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* SqlCommandTest.cs: Enabled test for bug #412584.
|
|
|
|
2008-07-28 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* SqlCommandTest.cs: Added tests for bug #412584, #412586, Moved tests
|
|
that do not require connection from ProviderTests.
|
|
* SqlConnectionTest.cs: Moved tests that do not require connection
|
|
from ProviderTests.
|
|
|
|
2008-07-03 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* SqlCommandTest.cs: Removed extra tabs. Update bug number.
|
|
|
|
2008-04-19 Robert Jordan <robertj@gmx.net>
|
|
|
|
* SqlCommandTest.cs: Add test case for bug #381100.
|
|
|
|
2008-03-03 Ankit Jain <jankit@novell.com>
|
|
|
|
* SqlClientMetaDataCollectionNamesTest.cs: New.
|
|
|
|
2007-10-21 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* SqlCommandTest.cs: Added tests for ctors and CommantText.
|
|
* SqlConnectionTest.cs: Added tests for ctors, ConnectionString and
|
|
ServerVersion.
|
|
* SqlDataAdapterTest.cs: Added tests for ctors, DeleteCommand,
|
|
InsertCommand, SelectCommand, UpdateCommand, UpdateBatchSize and
|
|
Dispose.
|
|
|
|
2007-10-18 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* SqlConnectionTest.cs: Added tests for BeginTransaction and GetSchema
|
|
when connection is closed.
|
|
|
|
2007-05-29 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* SqlCommandTest.cs: Added test for bug #81710.
|
|
|
|
2005-09-22 Sebastien Pouliot <sebastien@ximian.com>
|
|
|
|
* SqlClientPermissionAttributeTest.cs: Removed *Choice security
|
|
actions.
|
|
|
|
2005-09-22 Sureshkumar T <tsureshkumar@novell.com>
|
|
|
|
* SqlConnectionTest.cs (OtherConnectionStringKeywords): marked
|
|
Persist security info keyword as not implmented.
|
|
|
|
2005-09-01 Sureshkumar T <tsureshkumar@novell.com>
|
|
|
|
* SqlDataReaderTest.cs: moved to ProviderTests and integrated with
|
|
connected mode tests
|
|
* SqlCommandTest.cs: -- do --
|
|
* SqlConnectionTest.cs: -- do --
|
|
* SqlTransactionTest.cs: -- do --
|
|
* SqlDataAdapterTest.cs: -- do --
|
|
|
|
2005-06-23 Sureshkumar T <tsureshkumar@novell.com>
|
|
|
|
* SqlConnectionStringBuilderTest.cs: Added few more tests.
|
|
|
|
2005-06-21 Sureshkumar T <tsureshkumar@novell.com>
|
|
|
|
* SqlConnectionStringBuilderTest.cs: Added some preliminary tests.
|
|
|
|
2005-05-20 Kornél Pál <http://www.kornelpal.hu/>
|
|
|
|
* SqlDataReaderTest.cs: Corrected and extended bigint test
|
|
|
|
2005-01-14 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* SqlClientPermissionTest.cs, SqlClientPermissionAttributeTest.cs:
|
|
Fixed some incompatible type of exception between 2.0 and 1.1.
|
|
|
|
2004-11-01 Gert Driesen <drieseng@users.sourceforge.net>
|
|
* SqlCommandTest.cs: Added testcase for bug #66630.
|
|
|
|
2004-10-30 Umadevi S <sumadevi@novell.com>
|
|
* SqlDataAdapterTest.cs - Added testcase for nullguid
|
|
|
|
2004-10-15 Umadevi S <sumadevi@novell.com>
|
|
* SqlDataReaderTest.cs: Added testcase for reading emptyntextfield
|
|
|
|
2004-10-14 Umadevi S <sumadevi@novell.com>
|
|
* SqlCommandTest.cs - added Test for clone method
|
|
|
|
2004-09-24 Umadevi S <sumadevi@novell.com>
|
|
* SqlTransactionTest.cs -new file .unit testing for SqlTransaction
|
|
|
|
2004-09-15 Sebastien Pouliot <sebastien@ximian.com>
|
|
|
|
* SqlClientPermissionTest.cs: New. Unit tests for SqlClientPermission.
|
|
|
|
2004-09-13 Sebastien Pouliot <sebastien@ximian.com>
|
|
|
|
* SqlClientPermissionAttributeTest.cs: New. Unit tests for SqlClient
|
|
PermissionAttribute.
|
|
|
|
2004-09-02 Umadevi S <sumadevi@novell.com>
|
|
* SqlCommandTest.cs - added file. Testing ExecuteNonQuery
|
|
|
|
2004-09-02 Umadevi S <sumadevi@novell.com>
|
|
* SqlDataReaderTest.cs - added file
|
|
|
|
2004-08-20 Umadevi S <sumadevi@novell.com>
|
|
* Added testcase in SqlDataAdapter.cs for Fillschema
|
|
|
|
2004-08-19 Gert Driesen <drieseng@users.souceforge.net>
|
|
* SqlConnectionTest.cs: Added testcases for bug #63165.
|
|
|
|
2004-08-19 Umadevi S <sumadevi@novell.com>
|
|
* Added file SqlDataAdapterTest.cs - to test update method on a
|
|
datatable
|