X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Data%2FChangeLog;h=8525330305c6b6e71a7c85f16527ad7931717bea;hb=a97b3ca8f076d2b4735567de39aa87319276866e;hp=870da2c63b540882ce4ae921980dbc37476f6d8a;hpb=cccbf6a4b7152c24fafc319e77060a4723a8560e;p=mono.git diff --git a/mcs/class/System.Data/ChangeLog b/mcs/class/System.Data/ChangeLog index 870da2c63b5..8525330305c 100644 --- a/mcs/class/System.Data/ChangeLog +++ b/mcs/class/System.Data/ChangeLog @@ -1,3 +1,209 @@ +2009-12-03 Jonathan Pobst + + * System.Data.dll.sources: Add SortOrder.cs. + +2009-10-16 Zoltan Varga + + * Makefile: Avoid else ifeq which is not recognized by some make versions. + +2009-10-14 Jonathan Pryor + + * monotouch_System.Data.dll.sources: Added. + +2009-08-17 Veerapuram Varadhan + + * System.Data_test.dll.sources: Added + Mono.Data.SqlExpressions/DateComparisonTest.cs. + +2009-07-15 Veerapuram Varadhan + + * System.Data.dll.sources: Added TableAdapterSchemaInfo.cs. + +2009-01-03 Gert Driesen + + * System.Data_test.dll.sources: Added SqlCommandBuilderTest.cs + and SqlParameterTest.cs. + +2008-12-30 Gert Driesen + + * System.Data_test.dll.sources: Added DBConcurrencyExceptionTest.cs. + +2008-12-30 Gert Driesen + + * System.Data_test.dll.sources: Added OdbcCommandBuilderTest.cs, + OdbcConnectionStringBuilderTest.cs and DbCommandBuilderTest.cs. + +2008-12-22 Ankit Jain + + * System.Data_test.dll.sources: Fix typo in SqlXmlTest.cs + +2008-08-27 Daniel Morgan + + * System.Data.SqlClient/SqlConnectionStringBuilder.cs: modified - + add missing connection options, correct case of some connection options, + added dictionary for mapping + defaults, for Item this indexer needs to return a default + for a valid keyword if it does not exist in the dictionary, + must override the Keys and Values collection to return all keys + and values whether or not they exist in the dictionary and if + they do not then return a default value for Values + +2008-08-27 Daniel Morgan + + * System.Data.Common/DbConnectionStringBuilder.cs: Keys and Values + get properties should return a ReadOnlyCollection + +2008-07-28 Gert Driesen + + * System.Data_test.dll.sources: Added SqlNotificationRequestTest.cs. + +2008-07-01 Marek Safar + + * SqlDataReader.cs: Schema key is always a string. + +2008-06-26 Veerapuram Varadhan + + * System.Data.dll.sources: Add new SqlDependency.cs + +2008-06-11 Jb Evain + + * Makefile: fix EXTRA_DISTFILES to include all needed + xsd and xml files. + +2008-05-30 Marek Safar + + * Makefile: More extra dist files. + +2008-03-03 Ankit Jain + + * System.Data.dll.sources: Add new OleDbMetaDataCollectionNames.cs + * System.Data_test.dll.sources: Add the new OdbcMetaDataColumnNamesTest, + OleDbMetaDataCollectionNamesTest and SqlClientMetaDataCollectionNamesTest. + +2007-11-14 Atsushi Enomoto + + * System.Data_test.dll.sources: added MonkeyDataSet.cs, test helper. + +2007-10-20 Gert Driesen + + * System.Data_test.dll.sources: Added DbDataAdapterTest.cs, + OdbcCommandTest.cs, OdbcConnectionTest.cs, OdbcDataAdapterTest.cs, + OleDbCommandTest.cs, OleDbConnectionTest.cs, OleDbDataAdapterTest.cs, + SqlDataAdapterTest.cs. + +2007-10-15 Gert Driesen + + * System.Data_test.dll.sources: Added DbTransactionTest.cs. + +2007-10-01 Joel Reed + + * Mono.Data.SqlExpressions/Functions.cs: accept SingleColumnValues and + BoolLiterals for IIF condition + * Mono.Data.SqlExpressions/Parser.jay: accept arithmetic expressions + for SUBSTRING start and length parameters, accept SingleColumnValue and + BoolLiteral for IIF condition, fix copy and paste bug in IS NOT NULL + * Mono.Data.SqlExpressions/StringFunctions.cs: accept arithmetic expressions + for substring start and length parameters + * Test/Mono.Data.SqlExpressions/DataColumnExpressionTest.cs: add tests for + IIF SingleColumnValue and BoolLiteral conditions, and SUBSTRING arithmetic expressions + +2007-09-27 Nagappan A + + * System.Data.dll.sources: Added new files SqlDataSourceConverter.cs, + SqlInitialCatalogConverter.cs, NetworkLibraryConverter.cs. + +2007-08-13 Nagappan A + + * System.Data.dll.sources: Added + System.Data.Odbc/OdbcMetaDataColumnNames.cs, + System.Data.Odbc/OdbcMetaDataCollectionNames.cs. + +2007-07-01 Gert Driesen + + * System.Data.dll.sources: Removed ISqlNotificationReceiver.cs, + SqlDataSourceEnumerator.cs, SqlNotificationAuthType.cs, + SqlNotificationTransports.cs. + +2007-06-21 Nagappan A + + * System.Data.dll.sources: Added + System.Data.Odbc/OdbcConnectionStringBuilder.cs. + +2007-05-30 Nagappan A + + * System.Data.dll.sources: Added SqlBulkCopy.cs, + SqlBulkCopyColumnMappingCollection.cs. + +2007-05-29 Gert Driesen + + * System.Data_test.dll.sources: Added SqlCommandTest.cs. + +2007-03-09 Nagappan A + + * System.Data.dll.sources: Removed + System.Data.SqlTypes/SqlStreamChars.cs as its not part of 1.0 and + 2.0 profile. + +2007-03-03 Gert Driesen + + * app_test_2.0.config: Modified DbProviderFactories to allow testing + of clear and remove nodes. + +2007-03-03 Gert Driesen + + * app_test_2.0.config: Fixed assembly qualified names of config + handler. Removed usage of ConnectionStringsSectionHandler, since + this is now handled by 2.0 config system. Spaces to tabs. + * System.Data.dll.sources: Removed ConnectionStringsSectionHandler. + +2007-02-23 Nagappan A + + * System.Data_test.dll.sources: Added + System.Data/XmlDataLoaderTest.cs, System.Data/XmlDataReaderTest.cs + tests for bug # 80596. + Added System.Data/TrailingSpaceTest.cs test for bug # 79695. + +2007-02-21 Nagappan A + + * System.Data_test.dll.sources: Added + System.Data.OleDb/OleDbParameterCollectionTest.cs + +2007-02-09 Nagappan A + + * System.Data_test.dll.sources: Added + System.Data.SqlTypes/SqlBytesTest.cs, + System.Data.SqlTypes/SqlCharsTest.cs. + + * System.Data.dll.sources: Removed + System.Data.SqlTypes/SqlDate.cs, System.Data.SqlTypes/SqlTime.cs, + System.Data.SqlTypes/SqlUtcDateTime.cs, + System.Data.SqlTypes/SqlXmlReader.cs as they are not part of 2.0 + profile. + +2006-12-07 Nagappan A + + * System.Data_test.dll.sources: Added + Mono.Data.SqlExpressions/DataColumnExpressionTest.cs, + System.Data/DataTableTest3.cs, System.Data/DataTableTest4.cs + +2006-11-28 Miguel de Icaza + + * Rationalize use of MonoTODO as well. + +2006-11-05 Vladimir Krasnov + + * System.Data20.vmwcsproj: added OleDbFactory.cs + +2006-10-24 Hagit Yidov + + * System.Data.dll.sources: + - Added to build : + Test/System.Data/DataTableReadXmlSchemaTest.cs + +2006-10-22 Zoltan Varga + + * Makefile (TEST_MONO_PATH): Add '.' to TEST_MONO_PATH. + 2006-09-26 Boris Kirzner * run-tests.test.disconnected.bat,run-tests.test.connected.bat: