**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Data / System.Data.Odbc / ChangeLog
blobf48450997fca1bf00747e8a51c6360eb3fbf20ba
1 2004-09-14  Sebastien Pouliot  <sebastien@ximian.com>
3         * OdbcPermission.cs: Added internal constructor accepting an Odbc
4         PermissionAttribute parameter (using base class protected ctor).
5         * OdbcPermissionAttribute.cs: Copy now use the new OdbcPermission
6         constructor.
8 2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
10         * OdbcPermission.cs: Mostly completed (needs tests).
11         * OdbcPermissionAttribute.cs: Completed.
13 2004-08-31 Umadevi S (sumadevi@novell.com)
14         * OdbcDataReader.cs - Fixed Decimal parsing
16 2004-08-30 Umadevi S (sumadevi@novell.com)
17         * OdbcType.cs - removed inheritance from short.
19 2004-08-27 Sureshkumar T (tsureshkumar@novell.com)
20         * OdbcDataReader.cs - fixed bug #63539 - TINYINT ODBC datatype is converted into System.Byte
22 2004-08-26 Sureshkumar T (tsureshkumar@novell.com)
23         * OdbcDataReader.cs - Date & DateTime GetValue fixed. 
24                               GetBytes ordinal parameter passing fixed for BINARY in GetValue.
26 2004-08-20 Sureshkumar T (tsureshkumar@novell.com)
27         * OdbcConnection.cs - correct handles are passed to OdbcError exception to trap the correct error
29 2004-08-04 Umadevi S (sumadevi@novell.com)
30         * OdbcDataReader.cs - Fixed bug 61832 - Column names were not filled, due to which name based lookup of columns failed.
31                                                                                                   
33 2004-08-04 Umadevi S (sumadevi@novell.com)
34         * OdbcDataReader.cs - Fixed bug 61405 - Handling smallint column type.
36 2004-07-30  Sureshkumar T (tsureshkumar@novell.com)
37         * OdbcCommand.cs: ExecuteNonQuery Closed statement handle to fix memory leak
38         * OdbcDataReader.cs: Closed statement handle to fix memory leak
39                              Removed SQLState login in GetBytes coz OdbcError provides the same.
40                                     
41 2004-07-29 Umadevi S (sumadevi@novell.com)
42         * OdbcCommand.cs - Fixed bug 62046. ExecuteNonQuery implemented correctly
43                                                                                                     
45 2004-07-28 Umadevi S (sumadevi@novell.com)
46         * OdbcParameter.cs - fixed bug 61968. String values passed with quotes
47                                                                                                  
49 2004-07-07 Umadevi S (sumadevi@novell.com)
50         * OdbcConnection.cs - Allowed Close to be called multiple times
51                             - Implementation of Dispose method
53 2004-07-07 Umadevi S (sumadevi@novell.com)
54         * OdbcCommand.cs : fixed set method for Transaction
55                                                           
56 2004-07-01  Sureshkumar T (tsureshkumar@novell.com)
57         * OdbcCommand.cs   : fixed reader problem with ExecuteScalar
59 2004-06-23  Sureshkumar T (tsureshkumar@novell.com)
60         * OdbcConnection.cs: Fix: Moved env allocation to Open method. 
61                              Disconnection & freeing handles are done in Close 
62                              method to avoid simultaneous connections.
63         * libodbc.cs       : Added constants for odbc version.
64                                     
65 2004-06-16  Gert Driesen <drieseng@users.sourceforge.net>
67         * OdbcError.cs: fixed serialization compatibility with MS.NET
68         * OdbcErrorCollection.cs: fixed serialization compatibility with
69         MS.NET
70         * OdbcException.cs: fixed serialization compatibility with MS.NET
72 2004-06-16  Sureshkumar T (tsureshkumar@novell.com)
73         * OdbcDataReader.cs: Added GetValue support for Sql Binary type to return byte array.
74                              Implemented GetBytes method.
75         * libodbc.cs       : Added enums, constants & imports for above fix.
77 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
79         * OdbcDataReader.cs: changed GetData method to return IDataReader
80         to match MS.NET
82 2004-06-09  Sureshkumar T (tsureshkumar@novell.com)
83         * OdbcDataReader.cs: Removed checking of currentRow in GetName
84           method
86 2004-06-04  Gert Driesen <drieseng@users.sourceforge.net>
88         * OdbcPermission.cs: moved Obsolete attribute to correct
89         ctor
91 2004-06-02  Sureshkumar T (tsureshkumar@novell.com)
92        
93         * OdbcDataReader.cs: Implemented GetByte method. Fixed bug #58820
95 2004-06-02  Gert Driesen <drieseng@users.sourceforge.net>
97         * OdbcParameter.cs: added missing attributes
98         * OdbcPermission.cs: added missing attributes
99         * OdbcConnection.cs: fixes attribute, added missing attributes
100         * OdbcInfoMessageEventArgs.cs: removed extra properties, fixed
101         API compatibility with MS.NET
102         * OdbcCommandBuilder.cs: use correct attributes
104 2004-05-20  Gert Driesen (drieseng@users.sourceforge.net)
106         *  OdbcPermissionAttribute.cs: change AllowMultiple and
107         Inherited to match .NET
109 2004-05-17 Umadevi S (sumadevi@novell.com)
110         * OdbcPermissionAttribute, OdbcPermission.cs - fixed missing methods
112 2004-05-17 Gert Driesen (drieseng@users.sourceforge.net)
113         * OdbcCategoryAttribute.cs: fixed namespace
114         * OdbcDataAdapter.cs: removed extra attributes
115         * OdbcDescriptionAttribute.cs: fixed namespace
117 2004-05-14 Umadevi S (sumadevi@novell.com)
118         * OdbcParameterConverter.cs -Added 
119         * OdbcParameter.cs - Added some attributes      
121 2004-05-14 Umadevi S (sumadevi@novell.com)
122         * OdbcDataAdapter.cs - Added Attributes
124 2004-05-14 Umadevi S (sumadevi@novell.com)
125         * OdbcConnection.cs - Added Attributes
127 2004-05-14 Umadevi S (sumadevi@novell.com)
128         * OdbcCommand.cs - Added Attributes
130 2004-05-14 Umadevi S (sumadevi@novell.com)
131         * OdbcDataReader.cs - Added Attributes
133 2004-05-14 Umadevi S (sumadevi@novell.com)
134         * Added Classes OdbcCategoryAttribute.cs, OdbcDescriptionAttribute.cs
136 2004-05-14 Umadevi S (sumadevi@novell.com)
137         * Added Class OdbcCommandBuilder.cs
139 2004-05-14 Umadevi S (sumadevi@novell.com)
140         * Added classes OdbcInfoMessageEventArgs.cs - with stubs
141         * Added classes OdbcInfoMessageEventInfo.cs     
143 2004-05-14 Umadevi S (sumadevi@novell.com)
144         * Added classes OdbcPermission.cs, OdbcPermissionAttribute.cs - with stubs
146 2004-05-09  Gert Driesen (drieseng@users.sourceforge.net)
147         * OdbcException.cs : removed ErrorCode property, fixing signature
148         * OdbcErrorCollection.cs : added internal ctor, reduced 
149         accessibility of Add method to internal
150         * OdbcCommand.cs: marked hstmt field private, remove setters for
151         Parameters property
152         * OdbcDataReader.cs: Added GetDate method, renamed GetTimeSpan to
153         GetTime to match MS.NET, added HasRows stub
155 2004-05-09  Gert Driesen (drieseng@users.sourceforge.net)
156         * OdbcError.cs: 
157         * OdbcErrorCollection.cs:
158         * OdbcException.cs: fixed linefeeds to DOS to match other
159         sources in System.Data.Odbc
161 2004-05-09  Gert Driesen (drieseng@users.sourceforge.net)
162         * OdbcCommand.cs: No longer use OdbcConnection.Datareader, in order 
163         to fix signature of OdbcConnection
164         * OdbcDataReader.cs: No longer use ODbcConnection.Datareader, in 
165         order to fix signature of OdbcConnection
166         * OdbcConnection.cs: Signature fixes: removed DataReader property, 
167         added setter for ConnectionTimeout, made transaction internal
168         * OdbcParameter.cs: reduced accessibility of Bind method to 
169         internal, added setter for IsNullable
170         * OdbcParameterCollection.cs: made default ctor and Bind method
171         internal
173 2004-05-09  Gert Driesen (drieseng@users.sourceforge.net)
174         * OdbcCommand.cs: fixed linefeeds to DOS to match other sources
175         in System.Data.Odbc
177 2004-05-09  Gert Driesen (drieseng@users.sourceforge.net)
178         * OdbcTransaction.cs: fixed signature to match MS.NET
180 2004-05-09  Gert Driesen (drieseng@users.sourceforge.net)
181         * OdbcType.cs: fixed typo UniqueIndetifier
182         * OdbcColumn.cs : fixed typo UniqueIndetifier
184 2004-05-09  Gert Driesen (drieseng@users.sourceforge.net)
185         * OdbcType.cs: fixed linefeeds to DOS to match other sources
186         in System.Data.Odbc
188 2003-12-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
190         * OdbcTransaction.cs: applied patch from Jeff Seifert that makes
191         this class implement IDbTransaction interface.
193 2002-11-01  Daniel Morgan <danmorg@sc.rr.com>
195         * OdbcDataReader.cs: - uncommented code, but I put a FIXME:
196         according to Brian, this does not work on MS .NET however, we need it
197         for Mono for now. schemaRow.AcceptChanges(),
198         - implement IEnumerable.GetEnumerator()
199     
200         * libodbc.cs: changed the DllImport from "odbc32.dll" to "odbc32"
201     
202 2002-10-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
204         * ChangeLog: added.
205         * OdbcError.cs:
206         * OdbcException.cs: added dummy implementation for these missing
207         classes.