Patches from Eran Domb <erand@mainsoft.com>.
[mono.git] / mcs / class / System.Data / System.Data.Common / ChangeLog
1 2003-09-25  Duncan Mak  <duncan@ximian.com>
2
3         * DbDataAdapter.cs (Fill): Patch from Eran Domb, <eran@mainsoft.com>.
4         Fixes a possible NullReferenceException, more details here:
5
6         http://lists.ximian.com/archives/public/mono-devel-list/2003-September/002116.html
7
8 2003-09-21  eran <erand@mainsoft.com>
9
10         * DbDataRecord.cs: The method
11         System.Data.Common.DbDataRecord.GetValues(object[] values) did not
12         put the values of the DbDataRecord into values parameter.
13
14 2003-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15
16         * DbDataAdapter.cs: provide a Type for ToArray to avoid invalid cast
17         exception. Thanks to Mark Easton <measton@tebiki.co.uk>.
18
19 2003-07-31  Duncan Mak  <duncan@ximian.com>
20
21         * DataAdapter.cs (CloneInternals): Mark with ObsoleteAttribute for
22         NET_1_1.
23
24 2003-03-21  Alan Tam <Tam@SiuLung.com>
25
26         * DbDataAdapter.cs: Update now uses correct DataRowVersion
27         when accessing the data.
28
29 2003-03-17  Aleksey Demakov <avd@openlinksw.com>
30
31         * DbDataAdapter.cs: BuildSchema now uses ColumnName instead
32         of BaseColumnName (bug #39830) for DataColumn names.
33         BaseTableName is no longer taken into account as well.
34
35 2003-02-28  Aleksey Demakov <avd@openlinksw.com>
36
37         * DbDataAdapter.cs: Update (DataSet) updates the default
38         table only.
39
40 2003-02-25  Alan Tam <Tam@SiuLung.com>
41         
42         * DbDataAdapter.cs: Added support for filling when schema is present.
43         Fixed incorrect behavior when ColumnMapping is present
44         when more than one fields have the same name. Implemented Dispose.
45         Fixed error when there is no ColumnMapping at all.
46         Still have some problems in finding the correct TableMapping
47         because the SourceTable name is not present in BuildSchema
48
49 2003-02-24  Aleksey Demakov <avd@openlinksw.com>
50
51         * DbDataAdapter.cs: The original code might pass a null DataTableMapping
52         value which is then used to create a RowUpdatingEventArgs
53         instance. So RowUpdatingEvent handler (for instance
54         CommandBuilder) could get null DataTableMapping which
55         might be unexpected. The patch makes sure that a non-null
56         DataTableMapping is passed.
57
58 2003-01-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
59
60         * DbEnumerator.cs: why does the runtime throw an invalid cast here? The
61         object is an Int16... Gotta fill a bug report and when fixed undo this
62         patch.
63
64 2003-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
65
66         * DbDataRecord.cs: return DbNull.Value in GetValue () if value is null.
67
68 2002-10-31  Daniel Morgan <danmorg@sc.rr.com>
69
70         * SchemaInfo.cs: added missing properties to fix mcs build
71
72 2002-05-05  Miguel de Icaza  <miguel@ximian.com>
73
74         * DataTableMapping.cs, DataTableMappingCollection.cs: comment out
75         interfaces we do not implement yet.
76
77         * DbDataAdapter.cs: Stub IEnumerable, comment out interfaces
78         we do not implement yet.
79
80         * DbDataPermissionAttribute.cs: call base constructor.
81