**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Data / System.Data.SqlClient / ChangeLog
blob54d0b02bded65e7c2209295bbb468f69510cc1c2
1 2004-10-14 Umadevi S <sumadevi@novell.com>
2         * SqlCommand.cs - Implemented the clone method correctly.
3          (fixed bug 67301)
5 2004-10-06 Umadevi S <sumadevi@novell.com>
6         * ISqlNoticationReceiver.cs - changed namespace
7         * Added files SqlNotificationType.cs, SqlNotificationInfo.cs, SqlNotificationSource.cs
9 2004-09-24  Umadevi S <sumadevi@novell.com>
10         * SqlTransaction.cs - Dispose will not call rollback incase the transaction is not open.
12 2004-09-14  Sebastien Pouliot  <sebastien@ximian.com>
14         * SqlClientPermission.cs: Added internal constructor accepting an Sql
15         ClientPermissionAttribute parameter (using base class protected ctor).
16         * SqlClientPermissionAttribute.cs: Copy now use the new SqlClient
17         Permission constructor.
19 2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
21         * SqlClientPermission.cs: Mostly completed (needs tests).
22         * SqlClientPermissionAttribute.cs: Completed.
24 2004-09-02 Umadevi S <sumadevi@novell.com>
25         * SqlCommand.cs - ExecuteNonQuery to return -1 incase of executing a storedprocedure
27 2004-08-16  Gert Driesen <drieseng@users.sourceforge.net>
29         * SqlConnection.cs: added TODO on ConnectionString for keywords
30         that are not yet implemented. check value of Integrated Security
31         keyword, check value of bool keywords, improve error reporting
32         for int keywords, added support for the following keyword 
33         synonyms : APP, TIMEOUT, NETWORK, PERSISTSECURITYINFO, WSID,
34         LANGUAGE, USER. Throw NotImplementedException when encrypt keyword
35         is set to true, enlist keyword is set to false or attachdbfilename
36         keyword (or one of its synonyms) is set. Added FIXME for PERSIST
37         SECURITY INFO keyword, throwing a NotImplementedException here
38         would break lots of apps
40 2004-08-16  Gert Driesen <drieseng@users.sourceforge.net>
42         * SqlConnection.cs - spaces to tabs
44 2004-08-12  Sureshkumar T <tsureshkumar@novell.com>
45         * SqlDataReader.cs - In Close method, the remaining resultsets are drained
46                              out, to read output parameters & to avoid stream overlap
48 2004-06-30 Umadevi S <sumadevi@novell.com>
49         * SqlCommand.cs : In the Execute Method the commandbehavior parameters were ignored correct
50 these
52 2004-06-22  Atsushi Enomoto <atsushi@ximian.com>
54         * SqlCommandBuilder.cs : Avoid cast exception caused by DbNull.
56 2004-06-18 Umadevi S <sumadevi@novell.com>
57         * SqlCommand.cs - ExecuteNonQuery returns -1 in all cases except
58                 insert,update or delete.
60 2004-06-18 Umadevi S <sumadevi@novell.com>
61         * SqlConnection.cs - handled null being passed as a connectionstring
62           - checked for minimal set of parameters in connectionstring.
63           - handled unrecogonized keywords similar to MS.NET
65 2004-06-17 Umadevi S <sumadevi@novell.com>
66         * SqlTransaction.cs - fixed  multiple rollbacks being called causes invalidoperationexception
68 2004-06-04  Gert Driesen <drieseng@users.sourceforge.net>
70         * SqlClientPermission.cs: removed extra CreateInstance
71         method
73 2004-06-02  Gert Driesen <drieseng@users.sourceforge.net>
75         * SQLDebugging.cs: added missing attributes, marked ctor
76         public to match MS.NET
78 2004-05-22  Atsushi Enomoto <atsushi@ximian.com>
80         * SqlClientPermission.cs : don't use chained obsolete .ctor.
82 2004-05-20  Gert Driesen (drieseng@users.sourceforge.net)
84         *  SqlClientPermissionAttribute.cs: change AllowMultiple and
85         Inherited to match .NET
87 2004-05-20 Umadevi S <sumadevi@novell.com>
89         * Fixed bug 58406- implemented the hasrow method, test program used
90         to test with the bug report                                                        
92 2004-05-13  Umadevi S  <sumadevi@novell.com>
93         
94         *  SqlClientPermission.cs, SqlDataReader.cs - added missing methods with TODO tags
95         *  SqlCommand.cs, SqlDataAdapter.cs - implemented ToolboxItemAttribute
96         *  SQLDebugging.cs - Added new file with a TODO tag     
97         
98 2004-04-05  Lluis Sanchez Gual  <lluis@ximian.com>
100         * SqlConnection.cs: Use connection pool implemented in Mono.Data.Tds.
102 2004-04-01  Lluis Sanchez Gual  <lluis@ximian.com>
104         * SqlDataReader.cs: Null values are now represented with DBNull instances.
105           Deal with this.
107 2004-03-14  Tim Coleman <tim@timcoleman.com>
108         * SqlCommand.cs SqlConnection.cs:
109                 Changes from two patches by Andres Taylor
110                 <andres@rotselleri.com>
112 2004-03-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
114         * SqlParameter.cs: DO NOT USE the consts scheme if types can be referenced directly!
116 2004-01-10  Atsushi Enomoto <atsushi@ximian.com>
118         * SqlClientPermission.cs : Fixed NET_2_0 build related to 
119           obsolete attribute problem (see DbDataPermission.cs)
121 2003-12-28  Tim Coleman <tim@timcoleman.com>
122         * SqlResultSet.cs:
123                 Stubbed out this class.
125 2003-12-23  Tim Coleman <tim@timcoleman.com>
126         * SqlConnection.cs:
127                 Improved connection string parsing.  See
128                 System.Data.Common.DbConnectionString for source.
130 2003-12-21  Tim Coleman <tim@timcoleman.com>
131         * SqlConnection.cs:
132                 Enable Integrated Security
134 2003-12-19  Tim Coleman <tim@timcoleman.com>
135         * ISqlNotificationReceiver.cs SqlResultSet.cs:
136                 New stubs added
137         * SqlClientPermission.cs:
138                 Fix constructor for 1.2
140 2003-12-04  John Luke  <jluke@cfl.rr.com>
142         * SqlXmlTextReader.cs: applied patch from Chris Masters <neeeeeep@bigpond.com>
143         fix peek so it checks if it is at the end and also to make sure that if Read()
144         advances the position past the end of the localBuffer array, it makes
145         a call to GetNextBuffer(). fixes bug #40253 System.IndexOutOfRangeException when
146         using SqlCommand.ExecuteXmlReader()
148 2003-11-20  Joerg Rosenkranz  <JoergR@voelcker.com>
150         * SqlConnection (SetDefaultConnectionParameters):
151         Changed default value of WORKSTATION ID to reflect real
152         host name instead of "localhost".
154 2003-11-16 Ben Maurer  <bmaurer@users.sourceforge.net>
156         * SqlParameterCollection.cs (Clear): Clear needs to take
157         the parameter out of the collection so that it can be used
158         again.
159         (Remove):
160         (RemoveAt): Ditto.
162 2003-10-03  Diego Caravana  <diego@toth.it>
164         * SqlCommand.cs: no change.
166         * SqlConnection.cs (Close): Added checks for null instance
167         variables.
169         * SqlParameter.cs (Direction): Now handles parameters of type
170         ReturnValue and InputOutput.
172         * SqlParameterCollection.cs (IndexOf(string)): Search for
173         SqlParameter object in list is done by obtaining ParameterName
174         attribute, not directly through list.IndexOf().
175         
176 2003-08-22  Duncan Mak  <duncan@ximian.com>
178         * SqlCommand.cs (ExecuteNonQuery): Return
179         Connection.Tds.RecordsAffected if it is successful.  Patch from
180         Jörg Rosenkranz <joergr@voelcker.com>.
182         This is part of a fix to bug #40315.
184 2003-08-20  Duncan Mak  <duncan@ximian.com>
186         * SqlConnectionPool.cs (ReleaseConnection): A patch from Joerg
187         Rosenkranz <JoergR@voelcker.com>. Currently, if a connection is
188         closed by an external event (network problem, etc.) it is pushed
189         back into the connection pool. The next Open call retrieves this
190         invalid connection which leads to exceptions when executing
191         statements.
193         This patch fixes this problem. This closes bug #47429.
195 2003-07-04  Miguel de Icaza  <miguel@ximian.com>
197         * SqlDataReader.cs: Added extra information to the exceptions
198         thrown by all the GetXXXX methods.
200 2003-03-15  Daniel Morgan <danmorg@sc.rr.com>
202         * SqlConnection.cs: if Server in the ConnectionString
203         is set to "(local", use "localhost" as the hostname
204         to connect
206 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
208         * SqlException.cs: implemented GetObjectData ().
210 2003-02-16  Daniel Morgan <danmorg@sc.rr.com>
212         * ChangeLog: added this file
214         * SqlConnection.cs: - parse data source for 3 possible uses:
215         "Server=hostname", 
216         "Server=hostname\\instancename", 
217         "Server=hostname,port" and open the connection based on the
218         resulting server name and port.  
219         - Added support for named instances
220         by discovery of the sql server tcp port via the sql monitor (udp port 1434)
221         thanks to Phillip Jerkins (Phillip.Jerkins@morgankeegan.com) contribution.
222         Also, thanks to Gonzalo and Tim for their help with timeouts.
223