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
2015-05-07remove old System.Data code.Atsushi Eno
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: ↵Zoltan Varga
unifdef -t -DNET_2_0 -o <filename> <filename>.
2006-02-172006-02-17 Chris Toshok <toshok@ximian.com>Chris Toshok
* DbProviderFactory.cs: remove two methods. and mark the DbProviderSupportedClasses ctor as internal since it's not part of the public api. * DbTable.cs: remove this class from 2.0 build.. leave it for the JVM build, I guess? * RowUpdatingEventArgs.cs: this class isn't abstract in 2.0. * RowUpdatedEventArgs.cs: this class isn't abstract in 2.0. * SupportedJoinOperators.cs: new 2.0 enum. * CatalogLocation.cs: fix enum values. * GroupByBehavior.cs: same. * IdentifierCase.cs: same. * SchemaTableColumn.cs: class is static, not sealed. and add missing elements. * SchemaTableOptionalColumn.cs: same. svn path=/trunk/mcs/; revision=57008
2004-06-16Add license and copyright to all source files in System.DataSachin Kumar
svn path=/trunk/mcs/; revision=29688
2004-04-232004-04-22 Martin Baulig <martin@ximian.com>Martin Baulig
Renamed the `NET_1_2' conditional to `NET_2_0' in all files. svn path=/trunk/mcs/; revision=25877
2003-12-172003-12-16 Tim Coleman <tim@timcoleman.com>Tim Coleman
* CatalogLocation.cs DbCommand.cs DbCommandBuilder.cs * DbCommandOptionalFeatures.cs DbCommandSet.cs DbConnection.cs * DbConnectionString.cs DbDataSourceEnumerator.cs * DbDataUpdatableRecord.cs DbParameter.cs DbParameterCollection.cs * DbProviderConfigurationHandler.cs DbProviderFactories.cs * DbProviderFactoriesConfigurationHandler.cs DbProviderFactory.cs * DbProviderSupportedClasses.cs DbTable.cs DbTransaction.cs * GroupByBehavior.cs IdentifierCase.cs SchemaLocation.cs * SchemaTableColumn.cs: New stubs added for .NET 1.2 * DataAdapter.cs DataColumnMapping.cs DataColumnMappingCollection.cs * DataTableMapping.cs DataTableMappingCollection.cs DbDataAdapter.cs * DbDataPermission.cs DbDataPermissionAttribute.cs DbDataRecord.cs * FieldNameLookup.cs SchemaInfo.cs: Changes made for .NET 1.2 svn path=/trunk/mcs/; revision=21259