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-07-212004-07-21 Umadevi S <sumadevi@novell.com>Umadevi S
* DbDataRecord.cs - Fix for bug 58163. Return DBNull instead of null svn path=/branches/mono-1-0/mcs/; revision=31321
2004-07-072004-07-07 Umadevi S <sumadevi@novell.com>Umadevi S
* DataContainer.cs :CheckedforNull before calling the relavant setmethods in each of the SetItemForDataRecord method for the DateTimeClass (patch submitted by Aleksey Demakov) svn path=/branches/mono-1-0/mcs/; revision=30830
2004-06-242004-06-24 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* DataColumnMappingCollection.cs : fixed typo. * DbDataAdapter.cs : column mappings were not filled. svn path=/trunk/mcs/; revision=30321
2004-06-242004-06-24 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* DataTableMapping.cs : Clone() should also clone ColumnMappings. svn path=/trunk/mcs/; revision=30316
2004-06-182004-06-18 Umadevi S <sumadevi@novell.com>Umadevi S
* DataContainer.cs - CheckedforNull before calling the relavant setmethods in each of the SetItemForDataRecord method for all the classes. svn path=/trunk/mcs/; revision=29866
2004-06-17* RecordCache.cs : Added CopyRecord mathod that copies single record from ↵Boris Kirzner
one table to another. svn path=/trunk/mcs/; revision=29754
2004-06-17* Datacontainer.cs :Boris Kirzner
- Store and retreival of null and DBNull values reviewed. - Added GetInt64 to support AutoIncrement of DataColumn. - Added missing CopyValue method to BitDataContainer. - Added FillValues method to propagate single value to whole container. svn path=/trunk/mcs/; revision=29753
2004-06-16Add license and copyright to all source files in System.DataSachin Kumar
svn path=/trunk/mcs/; revision=29688
2004-06-102004-06-10 Umadevi S <sumadevi@novell.com>Umadevi S
* DataTableMappingCollection.cs - fixed nunit testcase errors IndexOfDataSetTable method svn path=/trunk/mcs/; revision=29161
2004-06-092004-06-09 Umadevi S <sumadevi@novell.com>Umadevi S
* DataTableMappingCollection.cs - fixed nunit testcase errors - Add, GetByDataSetTable,Insert, Remove, RemoveAt methods. svn path=/trunk/mcs/; revision=29102
2004-06-092004-06-09 Umadevi S <sumadevi@novell.com>Umadevi S
* DataColumnMappingCollection.cs - fixed nunit testcase errors - GetByDataSetColumn,IndexOfDataSetColumn, Remove methods. svn path=/trunk/mcs/; revision=29095
2004-06-082004-06-08 Umadevi S <sumadevi@novell.com>Umadevi S
* DataColumnMappingCollection.cs - fixed nunit testcase errors. - remove, removeat, contains methods. svn path=/trunk/mcs/; revision=29022
2004-06-04* DataAdapter.cs: added missing protected ctorGert Driesen
* DbDataAdapter.cs: added stub for missing protected ctor * DbDataPermission.cs: added stubs for missing protected ctors, added stub for missing Clear method svn path=/trunk/mcs/; revision=28817
2004-06-02* DataColumnMappingCollection.cs: added missing attributes onUmadevi S
indexers svn path=/trunk/mcs/; revision=28678
2004-05-30Small fix for NET_2_0.Martin Baulig
svn path=/trunk/mcs/; revision=28488
2004-05-27* DataContainer.cs : Bug fixes in BitDataContainer.get_Item and ↵Boris Kirzner
StringDataContainer.SetValue . svn path=/trunk/mcs/; revision=28244
2004-05-20* DbDataPermissionAttribute.cs: change AllowMultiple andGert Driesen
Inherited to match .NET svn path=/trunk/mcs/; revision=27771
2004-05-20* Datacontainer.cs : CompareValues reviewed. set_Item and get_Item of null ↵Boris Kirzner
and DBNull values in case of DataContainers for primitive types reviewed. Added check for null values when reading from IDataRecord. svn path=/trunk/mcs/; revision=27765
2004-05-19* RecordCache.cs - added. Each instance of record cache belongs to specific ↵Boris Kirzner
table and manages pool of records ( indexes into data containers) to be used by data rows. * DataContainer.cs - added. Provides implementation for data containers that holds data in arrays of primitives or objects. Each data container belongs to specific DataColumn. * DbDataAdapter.cs - changes to complete data storage redesign. Bug fix in FillTable ( to fetch exact number of records required ). svn path=/trunk/mcs/; revision=27655
2004-05-132004-05-13 Umadevi S (sumadevi@novell.com)Umadevi S
* DbDataPermissionAttribute.cs - Added KeyRestrictions property with a TODO tag svn path=/trunk/mcs/; revision=27230
2004-05-09* ComparerFactory.cs: marked internalGert Driesen
svn path=/trunk/mcs/; revision=26998
2004-04-26* DataColumnMappingCollection.cs : Small fix in exception message thrown.Boris Kirzner
svn path=/trunk/mcs/; revision=25981
2004-04-25* DbDataAdapter.cs : Fixed bug in Fill :Boris Kirzner
- Reader can have empty results (fo example from UPDATE or DELETE). - Reader can have results with no rows (SELECT that returns 0 rows but have columns) - In FillTable - skip rows only once for each table. svn path=/trunk/mcs/; revision=25961
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
2004-03-152003-04-14 Juraj Skripsky <juraj@hotfeet.ch>Tim Coleman
* DbDataAdapter.cs : Refactoring of Fill. New private method FillTable does most of the work now. Use int[] instead of hashtable for mapping. Move creation of tableArray[] outside of loop. svn path=/trunk/mcs/; revision=24031
2004-03-122004-03-12 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* DbDataPermissionAttribute.cs: Added .Net 1.1 marks * DataColumnMapping.cs: DO NOT USE the consts scheme if types can be referenced directly! * DataTableMapping.cs: DO NOT USE the consts scheme if types can be referenced directly! * DataColumnMappingConverter: Added stub * DataTableMappingConverter: Added stub svn path=/trunk/mcs/; revision=23961
2004-03-112004-03-11 Umadevi S (sumadevi@novell.com)Umadevi S
* DbDataPermissionAttribute.cs - added properties ConnectionString and KeyRestrictionBehavior svn path=/trunk/mcs/; revision=23907
2004-03-092004-03-09 Umadevi S (sumadevi@novell.com)Umadevi S
* RowUpdatedEventArgs.cs - Removed MonoTODO tags svn path=/trunk/mcs/; revision=23826
2004-03-092004-03-09 Umadevi S (sumadevi@novell.com)Umadevi S
* DbDataRecord.cs Implemented GetChars,GetBytes,GetData and IndexOutofRangeException svn path=/trunk/mcs/; revision=23825
2004-03-092004-03-09 Umadevi S (sumadevi@novell.com)Umadevi S
* DataTableMappingCollection.cs - Implemented EditorAttribute and BrowsableAttribute svn path=/trunk/mcs/; revision=23823
2004-03-092004-03-09 Umadevi S (sumadevi@novell.com)Umadevi S
* DataTableMapping.cs - Implemented System.ComponentModel.TypeConverterAttribute svn path=/trunk/mcs/; revision=23821
2004-03-092004-03-09 Umadevi S (sumadevi@novell.com)Umadevi S
* DataColumnMapping.cs - Implemented System.ComponentModel.TypeConverterAttribute svn path=/trunk/mcs/; revision=23820
2004-03-03Added new file ComparerFactory.Eran Domb
svn path=/trunk/mcs/; revision=23643
2004-01-12Use ExecuteReader instead of ExecuteNonQuery. We need to use the ↵Eran Domb
CommandBehavior parameter, so the connection will be closed if neede. svn path=/trunk/mcs/; revision=21975
2004-01-102004-01-10 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* DbDataPermission.cs : tiny fix to pass OleDbPermission. svn path=/trunk/mcs/; revision=21912
2004-01-092004-01-09 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* DbDataPermission.cs : .ctor(PermissionState state) should not call obsolete .ctor(state, allowBlankPassword). csc reports an error. svn path=/trunk/mcs/; revision=21875
2003-12-302003-12-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* DbDataAdapter.cs: handle MissingShemaAction.AddWithKey, call AcceptChanges in Update when a CommandBuilder is used and correctly fill information about primary keys in FillSchema. Patch from Sergei Malinin (smalinin@amurnet.ru). svn path=/trunk/mcs/; revision=21553
2003-12-242003-12-23 Tim Coleman <tim@timcoleman.com>Tim Coleman
* DbConnectionString.cs: Some implementation * DbProviderFactory.cs: Fix typo to make CLS compliant svn path=/trunk/mcs/; revision=21465
2003-12-24*** empty log message ***Tim Coleman
svn path=/trunk/mcs/; revision=21461
2003-12-242003-12-23 Tim Coleman <tim@timcoleman.com>Tim Coleman
* DbConnectionString.cs: Some implementation svn path=/trunk/mcs/; revision=21460
2003-12-192003-12-18 Tim Coleman <tim@timcoleman.com>Tim Coleman
SchemaTableOptionalColumn.cs: Forgot to commit before. Oops. svn path=/trunk/mcs/; revision=21334
2003-12-17 * SchemaTableOptionalColumn.cs: Add to fix default buildJackson Harper
svn path=/trunk/mcs/; revision=21266
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
2003-12-01 Adding remark.Eran Domb
svn path=/trunk/mcs/; revision=20657
2003-11-30 DbDataAdapter.cs : Check if there is mapping to avoid exception.Eran Domb
svn path=/trunk/mcs/; revision=20627
2003-11-262003-11-26 Tim Coleman <tim@timcoleman.com>Tim Coleman
* DbDataReader.cs: Bugfix. svn path=/trunk/mcs/; revision=20487
2003-11-262003-11-26 Tim Coleman <tim@timcoleman.com>Tim Coleman
* DbDataReader.cs: Add new stub class svn path=/trunk/mcs/; revision=20460
2003-11-232003-11-23 Pedro Mart�nez Juli� <yoros@wanadoo.es>Pedro Martínez Juliá
* DbDataAdapter.cs: Call command dispose in self dispose method. We need to dispose the connections and other stuff stored in the commands. svn path=/trunk/mcs/; revision=20355
2003-11-112003-11-10 Pedro Mart�nez Juli� <yoros@wanadoo.es>Pedro Martínez Juliá
* DataColumnMappingCollection.cs: Fix a missing exception when the required mapping is not in the collection. MS.NET throws an exception there. svn path=/trunk/mcs/; revision=19797
2003-10-22*** empty log message ***Eran Domb
svn path=/trunk/mcs/; revision=19294