New test.
[mono.git] / mcs / class / System.Data / ChangeLog
index 4661417706a920523646d86202048a953b99fb53..870da2c63b540882ce4ae921980dbc37476f6d8a 100644 (file)
@@ -1,3 +1,216 @@
+2006-09-26     Boris Kirzner <borisk@mainsoft.com>
+
+       * run-tests.test.disconnected.bat,run-tests.test.connected.bat: 
+       log files naming fix.
+
+2006-09-17     Boris Kirzner <borisk@mainsoft.com>
+
+       * run-tests.test.disconnected.bat : added usage of app config.
+
+2006-09-12     Boris Kirzner <borisk@mainsoft.com>
+       * run-tests.test.connected.bat, run-tests.test.disconnected.bat: 
+       small fixes for TARGET_JVM test scrips.
+
+2006-09-12     Boris Kirzner <borisk@mainsoft.com>
+       * run-tests.test.connected.bat, run-tests.test.disconnected.bat: 
+       reworked logging options for TARGET_JVM tests.
+
+2006-07-17  Senganal T  <tsenganal@novell.com>
+
+       * System.Data.dll.sources:
+               - Added to build :
+                       Test/System.Data/DataViewTest_IBindingListView.cs
+       
+2006-07-13  Senganal T  <tsenganal@novell.com>
+
+       * System.Data.dll.sources: 
+               - Added to build :
+                       System.Data.Common/DbMetaDataColumnNames.cs
+               - Removed from build :
+                       System.Data.Common/DbCommandOptionalFeatures.cs
+                       System.Data.Common/DbCommandSet.cs
+                       System.Data.Common/DbProviderSupportedClasses.cs
+                       System.Data.Common/SchemaLocation.cs
+                       System.Data.Odbc/OdbcConnectionFactory.cs
+                       System.Data.SqlClient/SqlConnectionFactory.cs
+                       System.Data.ProviderBase/DbCommandBase.cs
+                       System.Data.ProviderBase/DbConnectionBase.cs
+                       System.Data.ProviderBase/DbConnectionFactory.cs
+                       System.Data.ProviderBase/DbConnectionInternal.cs
+                       System.Data.ProviderBase/DbConnectionPoolCounters.cs
+                       System.Data.ProviderBase/DbConnectionPoolOptions.cs
+                       System.Data.ProviderBase/DbDataReaderBase.cs
+                       System.Data.ProviderBase/DbMetaDataFactory.cs
+                       System.Data.ProviderBase/DbParameterBase.cs
+                       System.Data.ProviderBase/DbParameterCollectionBase.cs
+                       System.Data.ProviderBase/DbReferenceCollection.cs
+
+       * Makefile : Add System.Transactions library reference to net_2_0 PROFILE
+
+2006-06-30  Senganal T  <tsenganal@novell.com>
+
+       * System.Data.dll.sources: 
+               - Add to build : System.Data/SerializationFormat.cs,
+               System.Data/DataSetDateTime.cs, System.Data/DataTableNewRowEventArgs.cs
+               System.Data/DataTableNewRowEventHandler.cs      
+               - Remove from build : System.Data/ConflictOptions.cs,
+               System.Data/DbMetaData.cs, System.Data/FillOptions.cs,
+               System.Data/ResultSetSensitivity.cs, 
+               System.Data/ResultSetOptions.cs,System.Data/UpdateOptions.cs
+
+2006-05-16  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * run-tests.test.connected.bat: skip nunit build if already done
+       * run-tests.test.disconnected.bat: skip nunit build if already done
+
+2006-05-07     Boris Kirzner <borisk@mainsoft.com>
+       * System.Data.vmwcsproj: added XmlHelper.cs to TARGET_JVM project.
+
+2006-03-16     Boris Kirzner <borisk@mainsfot.com>
+       * run-tests.test.connected.bat - fix in TARGET_JVM test script.
+
+2006-03-16     Boris Kirzner <borisk@mainsfot.com>
+       * run-tests.test.connected.bat - fix classpath in TARGET_JVM test script.
+
+2006-03-12     Boris Kirzner <borisk@mainsfot.com>
+       * run-tests.bat, run-tests.test.connected.bat, run-tests.test.disconnected.bat
+       added batch files for automated testing for TARGET_JVM.
+
+2006-02-19  Konstantin Triger <kostat@mainsoft.com>
+
+       * TARGET_JVM: added JDBC provider generic adapter mechanism.
+
+2006-02-17  Chris Toshok  <toshok@ximian.com>
+
+       * System.Data.dll.sources: remove
+       System.Data/DataAdapterException.cs, and add
+       System.Data.Common/SupportedJoinOperators.cs.
+
+       * System.Data.dll.sources: remove
+       System.Data/AdapterMappingException.cs.
+
+       * System.Data.dll.sources: remove IDbAsyncConnection.cs,
+       IDbAsyncCommand.cs, IGetTypedData.cs, ISetTypedData.cs,
+       IDataReader2.cs, IDataSources.cs, IDbExecutionContext.cs,
+       IDataRecord2.cs, IDataUpdatableRecord.cs, and
+       DbDataUpdatableRecord.cs from the build.
+
+2006-01-02     Boris Kirzner <borisk@mainsoft.com>
+       * System.Data_test.dll.sources: added new tests.
+
+2006-01-01  Daniel Morgan <danielmorgan@verizon.net>
+
+       * System.Data.Common/DbDataAdapter.cs: fix
+       regression for NET_2_0 causing NotImplementedException.
+       Fixes bug #77105.
+
+2005-11-30  Konstantin Triger <kostat@mainsoft.com>
+
+        * jay.bat: quoting passes
+
+2005-11-27  Konstantin Triger <kostat@mainsoft.com>
+
+       * System.Data.vmwcsproj: added ConflictOption.cs
+
+2005-11-21  Senganal T  <tsenganal@novell.com>
+
+       * System.Data.dll.sources: 
+               - Added System.Data/ConflictOption.cs : Source file for ConflictOption
+                       enumeration.
+
+2005-11-15 Vlad Spivak <spivak@mainsoft.com>
+       * TARGET_JVM related changes
+
+2005-11-11  Senganal T  <tsenganal@novell.com>
+
+       * System.Data.dll.sources: added
+       System.Data/SchemaSerializationMode.cs : Enumeration for NET_2_0 compatibility  
+
+2005-10-08  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * System.Data.dll.sources: added
+       System.Data.Odbc/NativeBuffer.cs. native buffer pointer.
+
+2005-09-20 Konstantin Triger <kostat@mainsoft.com>
+
+       * Added jay.bat to run jay in java prebuild step
+       * System.Data.vmwcsproj: added prebuild step
+
+2005-09-02 Umadevi S <sumadevi@novell.com>
+       * System.Data.dll.sources: Added SqlProcedureAttribute,SqlTriggerAttribute and 
+        SqlTriggerContext.cs to Microsoft.SqlServer.Server namespace.Also added SqlXml to                   SqlTypes namespace 
+
+2005-09-02 Umadevi S <sumadevi@novell.com>
+       * System.Data.dll.sources: Changes for Microsoft.SqlServer.Server namespace and the
+       files to be compiled with it, removed files from System.Data.Sql namespace
+       Also removed SqlResultSet.cs from System.SqlClient namespace
+
+2005-09-01 Boris Kirzner <borisk@mainsoft.com>
+       * System.Data.dll.sources: fixed build. Changed reference to Consts.cs.in.
+
+2005-08-31 Boris Kirzner <borisk@mainsoft.com>
+       * System.Data.vmwcsproj: changed reference to Consts.cs.in.
+
+2005-08-22 Boris Kirzner <borisk@mainsoft.com>
+       * System.Data.vmwcsproj: changed reference to Consts.cs.
+
+2005-08-20 Gert Driesen <drieseng@users.sourceforge.net>
+       * Makefile: Allow unsafe code. This fixes the build on Windows (using
+       csc).
+
+2005-07-27 Boris Kirzner <borisk@mainsoft.com>
+       * System.Data.vmwcsproj: changed location of rt.dll in TARGET_JVM project file.
+       
+2005-07-21 Boris Kirzner <borisk@mainsoft.com>
+       * System.Data.vmwcsproj, System.Data.sln - removed source control 
+       information from TARGET_JVM project and solution files.
+       
+2005-07-12  Eyal Alalouf  <eyala@mainsoft.com>
+       * System.Data_tests.dll.sources:
+         Removed use of obsolete System.Data.Tests.Mainsoft/GHTUtils
+
+2005-07-12  Eyal Alalouf  <eyala@mainsoft.com>
+       * System.Data_tests.dll.sources:
+         Standardized Mainsoft System.Data exception tests
+
+2005-07-12  Eyal Alalouf  <eyala@mainsoft.com>
+       * System.Data_tests.dll.sources:
+         Unified Mainsoft DataRelation tests into one test in Test/System.Data
+         Unified Mainsoft DataRow tests into one test in Test/System.Data
+         Unified Mainsoft DataRowCollection tests into one test in Test/System.Data
+         Unified Mainsoft DataRowView tests into one test in Test/System.Data
+         Unified Mainsoft DataTableCollection tests into one test in Test/System.Data
+         Unified Mainsoft DataTable tests into one test in Test/System.Data
+         Unified Mainsoft DataView tests into one test in Test/System.Data
+         Unified Mainsoft ForeignKeyConstraint tests into one test in Test/System.Data
+         Unified Mainsoft UniqueConstraint tests into one test in Test/System.Data
+
+2005-07-12  Eyal Alalouf  <eyala@mainsoft.com>
+       * System.Data_tests.dll.sources: Unified Mainsoft DataRelationCollection tests into one test in Test/System.Data
+
+2005-07-12  Eyal Alalouf  <eyala@mainsoft.com>
+       * System.Data_tests.dll.sources: Unified Mainsoft DataColumn tests into one test in Test/System.Data
+
+2005-06-21  Sureshkumar T  <tsureshkumar@novell.com>
+2005-06-30  Eyal Alalouf  <eyala@mainsoft.com>
+       * System.Data_tests.dll.sources: Unified Mainsoft DataColumnCollection tests into one test in Test/System.Data
+
+2005-06-21  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * System.Data.dll.sources: Added SqlConnectionStringBuilder.cs and
+       DbConnectionStringBuilderHelper.cs
+
+       * System.Data_test.dll.sources: Added
+       SqlConnectionStringBuilderTest.cs
+
+2005-06-19  Konstantin Triger <kostat@mainsoft.com>
+
+       System.Data.vmwcsproj: keeping up to date with move of Locale.cs and MonoTODOAttribute.cs
+
+2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
+
+       * Makefile: Added reference to System.Configuration.
+
 2005-05-31 Boris Kirzner <borisk@mainsoft.com>
                * System.Data_test.dll.sources : added System.Data.Tests.Mainsoft/System.Data/RowNotInTableException/RowNotInTableException_Generate.cs