Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-16Add license and copyright to all source files in System.DataSachin Kumar
svn path=/trunk/mcs/; revision=29688
2002-11-122002-11-12 Tim Coleman <tim@timcoleman.com>Tim Coleman
* System.Data.SqlClient/SqlRowUpdatedEventArgs.cs: * System.Data.SqlClient/SqlRowUpdatingEventArgs.cs: Complete these classes * System.Data.Common/DbDataAdapter.cs: Experimental support for FillSchema () svn path=/trunk/mcs/; revision=8947
2002-11-052002-11-04 Tim Coleman <tim@timcoleman.com>Tim Coleman
* list: Add Mono.Data.TdsClient.Internal.TdsInternalError Add Mono.Data.TdsClient.Internal.TdsInternalErrorCollection Add Mono.Data.TdsClient.Internal.TdsInternalErrorMessageEventHandler Add Mono.Data.TdsClient.Internal.TdsInternalErrorMessageEventArgs Add Mono.Data.TdsClient.Internal.TdsInternalInfoMessageEventHandler Add Mono.Data.TdsClient.Internal.TdsInternalInfoMessageEventArgs Remove Mono.Data.TdsClient.Internal.TdsPacketErrorResult Remove Mono.Data.TdsClient.Internal.TdsPacketErrorResultCollection Remove Mono.Data.TdsClient.Internal.TdsPacketMessageResult * System.Data.Common/RowUpdatedEventArgs.cs: * System.Data.Common/RowUpdatingEventArgs.cs: Implement * System.Data.SqlClient/SqlCommand.cs: * System.Data.SqlClient/SqlDataReader.cs: * System.Data.SqlClient/SqlTransaction.cs: Remove checks for errors. These are now handled by events * System.Data.SqlClient/SqlConnection.cs: * System.Data.SqlClient/SqlError.cs: * System.Data.SqlClient/SqlException.cs: * System.Data.SqlClient/SqlInfoMessageEventArgs.cs: Add event handlers and triggers for errors, messages, state change * System.Data.SqlClient/SqlParameter.cs: Re-add refreshproperties * System.Data.SqlClient/SqlRowUpdatedEventArgs.cs: * System.Data.SqlClient/SqlRowUpdatedEventHandler.cs: * System.Data.SqlClient/SqlRowUpdatingEventArgs.cs: * System.Data.SqlClient/SqlRowUpdatingEventHandler.cs: Implement svn path=/trunk/mcs/; revision=8825
2002-11-042002-11-04 Tim Coleman <tim@timcoleman.com>Tim Coleman
* list: Add Mono.Data.TdsClient.Internal.TdsBigDecimal Add System.Data.SqlClient.SqlParameterConverter Add System.Data.DataSysDescriptionAttribute * System.Data/DataSysDescriptionAttribute.cs: New class added * System.Data.Common/DbDataPermission.cs: Add CreateInstance method * System.Data.SqlClient/SqlClientPermission.cs: * System.Data.SqlClient/SqlError.cs: Add Serializable attribute * System.Data.SqlClient/SqlCommand.cs: * System.Data.SqlClient/SqlConnection.cs: * System.Data.SqlClient/SqlDataAdapter.cs: * System.Data.SqlClient/SqlParameter.cs: Add some missing property attributes * System.Data.SqlClient/SqlCommandBuilder.cs: Add some missing property attributes Implement properties * System.Data.SqlClient/SqlDataReader.cs: Implement missing methods * System.Data.SqlClient/SqlErrorCollection.cs: Implement the properties * System.Data.SqlClient/SqlException.cs: Remove extra property accessors * System.Data.SqlClient/SqlInfoMessageEventArgs.cs: Add internal constructor * System.Data.SqlClient/SqlParameterCollection.cs: Add internal constructor Add property attributes * System.Data.SqlClient/SqlParameterConverter.cs: New internal class added * System.Data.SqlClient/SqlRowUpdatedEventArgs.cs: * System.Data.SqlClient/SqlRowUpdatingEventArgs.cs: Remove destructor * System.Data.SqlTypes/SqlDecimal.cs: Add implicit conversion from TdsBigDecimal to SqlDecimal * System.Data.SqlTypes/SqlString.cs: * System.Data.SqlTypes/SqlInt16.cs: * System.Data.SqlTypes/SqlDateTime.cs: Change code to remove compiler warnings svn path=/trunk/mcs/; revision=8813
2002-05-122002-05-11 Tim ColemanTim Coleman
* System.Data.SqlClient/SqlDataAdapter.cs: some implementation of this class. Note that none of the functionality has been tested yet, but I felt it should be checked in at this point as it compiles. * System.Data.SqlClient/SqlRowUpdatingEventArgs.cs: * System.Data.SqlClient/SqlRowUpdatedEventArgs.cs: Modified so that they will compile properly. Needed to include SqlDataAdapter in the build. * System.Data.build: Add SqlDataAdapter, SqlRowUpdatingEventArgs, SqlRowUpdatedEventArgs, SqlRowUpdatingEventHandler, SqlRowUpdatedEventHandler to the build. svn path=/trunk/mcs/; revision=4543
2002-04-212002-04-20 Daniel Morgan <danmorg@sc.rr.com>Daniel Morgan
* System.Data.OleDb: added directory - for OleDb database provider classes * System.Data.SqlClient/SqlClientPermission.cs * System.Data.SqlClient/SqlClientPermissionAttribute.cs * System.Data.SqlClient/SqlCommandBuilder.cs * System.Data.SqlClient/SqlInfoMessageEventHandler.cs * System.Data.SqlClient/SqlRowUpdatedEventArgs.cs * System.Data.SqlClient/SqlRowUpdatedEventHandler.cs * System.Data.SqlClient/SqlRowUpdatingEventArgs.cs * System.Data.SqlClient/SqlRowUpdatingEventHandler.cs * Test/TestSqlException.cs * Test/TestSqlIsolationLevel.cs: added - more tests * System.Data.build: modified - added new files - excludes these too * System.Data.SqlClient/PostgresLibrary.cs - modified - comment * System.Data.SqlClient/SqlConnection.cs * System.Data.SqlClient/SqlCommand.cs * System.Data.SqlClient/SqlTransaction.cs * System.Data.SqlClient/SqlException.cs * System.Data.SqlClient/SqlErrorCollection.cs * System.Data.SqlClient/SqlError.cs: modified - transaction and exception/error handling. SqlConnection(connectionString) constructor should not automatically connect. * System.Data.SqlClient/SqlDataReader.cs * System.Data.SqlClient/SqlDataAdapter.cs * System.Data.SqlClient/SqlParameter.cs * System.Data.SqlClient/SqlParameterCollection.cs: modified - added using System.ComponentModel; * Test/TestSqlInsert.cs: modified - to use transaction svn path=/trunk/mcs/; revision=3933