* OdbcParameterTest.cs: Fixed compilation on 1.0 profile.
[mono.git] / mcs / class / System.Data / System.Data.ProviderBase / ChangeLog
1 2006-02-17  Chris Toshok  <toshok@ximian.com>
2
3         * DbDataReaderBase.cs: Switch to the (bool) form of Dispose to
4         override, as the no-arg form isn't virtual.
5
6 2005-11-21 Senganal T <tsenganal@novell.com>
7         
8         * DbParameterCollectionBase.cs 
9                 - Marked CheckName method as virtual
10         * DbParameterBase.cs
11                 - Marked Offset property and CopyTo method as virtual
12
13 2005-05-29 Boris Kirzner <borisk@mainsoft.com>
14         * DbCommandBase.cs 
15                 - Private members names changed.
16                 - Implemented ExsecuteScalar, ExecuteNonQuery, PropertyChanging and ResetCommandTimeout.
17                 - Implemented copy ctor.
18         * DbDataReaderBase.cs
19                 - Implemented Depth property.
20                 - Added #ifdef NET_2_0 on ISValidRow (not used in TARGET_JVM).
21                 - Implemented Dispose and GetEnumerator methods.
22         * DbParameterBase.cs
23                 - Private members names changed.
24                 - Implemented copy ctor.
25                 - Reimplemented Direction, ParameterName, Size and SourceColumn properties.
26                 - Added #ifdef NET_2_0 on methods not used in TARGET_JVM
27                 - Implemented CopyTo and ShouldSerializeSize methods
28                 - Added internal Parent property (used by DbParameterCollectionBase)
29         * DbParameterCollectionBase.cs
30                 - Private members names changed.
31                 - Re/Implemented public methods and added private ones.
32         * DbStringManager.cs - removed.
33         
34 2005-03-11  Sureshkumar T  <tsureshkumar@novell.com>
35
36         * DbConnectionBase.cs : Implemented OnStateChange.
37
38 2005-03-08  Sureshkumar T  <tsureshkumar@novell.com>
39
40         * DbParameterBase.cs: Implemented most of get set methods.
41         * DbConnectionBase.cs: Commented ConnectionOptions creation,
42         because it is not yet implemented.
43         * DbCommandBase.cs: Implemented ExecuteScalar method.
44         * DbParameterCollectionBase.cs: Implemented Add method.
45         * DbDataReaderBase.cs: removed internal constructor DbDataReader
46         (DbCommand).
47
48 2005-03-02  Sureshkumar T  <tsureshkumar@novell.com>
49
50         * DbConnectionBase.cs: CreateDbCommand: assign connection to the
51         created command.
52
53 2005-02-02  Sureshkumar T  <tsureshkumar@novell.com>
54
55         * DbConnectionBase.cs: Implement Dispose Pattern
56
57 2004-11-24  Sureshkumar T  <tsureshkumar@novell.com>
58
59         * DbParameterCollectionBase.cs: Class name changed according to
60         the documentation
61         * DbDataReaderBase.cs: Added internal constructor to satisfy
62         SqlDataReader, which takes command object.
63         * DbConnectionBase.cs: Added additional methods overriding
64         DbConnection
65
66 2003-12-28  Tim Coleman <tim@timcoleman.com>
67         * DbParameterBase.cs:
68                 Correct type of ValueSize method to int
69
70 2003-12-23  Tim Coleman <tim@timcoleman.com>
71         * DbCommandBase.cs DbConnectionBase.cs DbConnectionFactory.cs
72         * DbParameterCollectionBase.cs:
73                 Some implementation
74
75 2003-12-21  Tim Coleman <tim@timcoleman.com>
76         * DbConnectionBase.cs DbConnectionFactory.cs DbConnectionInternal.cs
77         * DbConnectionPoolCounters.cs DbConnectionPoolOptions.cs
78         * DbDataReaderBase.cs DbMetaDataFactory.cs DbParameterBase.cs
79         * DbParameterCollectionBase.cs DbReferenceCollection.cs:
80                 New stubs added
81
82 2003-12-19  Tim Coleman <tim@timcoleman.com>
83         * DbCommandBase.cs:
84                 New stub added