1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166
|
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
|