ChangeLog 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. 2005-01-27 Sureshkumar T <[email protected]>
  2. * SqlCommand.cs (DeriveParameters): Change parameter name to
  3. "procedure_name".
  4. * SqlParameter.cs (SqlParameter (object [])) : call default
  5. constructor to create Tds.Metaparameter.
  6. fixes bug #63122.
  7. 2005-01-03 Sureshkumar T <[email protected]>
  8. * SqlCommand.cs: Fixed bug #68973. Reset Tds.RecordsAffected to 0
  9. for each execute statement.
  10. 2004-11-25 Sureshkumar T <[email protected]>
  11. These changes are for 2.0 profile only. These changes implement
  12. the generic data base access technique using Provider Factory
  13. Implementation. These classes need to be dervided from abstract
  14. base classes so that the corresponding factory classes are
  15. created when calling CreateCommand, CreateParameter, etc.
  16. * SqlClientFactory.cs: Provider Factory class Implementaion for SqlServer
  17. * SqlParameter.cs: Change base classes and override methods.
  18. * SqlParameterCollection.cs: Change base classes and override methods.
  19. * SqlTransaction.cs: Change base classes and override methods.
  20. * SqlDataSourceEnumerator.cs: DataSource Enumerator stubs.
  21. * SqlDataReader.cs: Change base classes and override methods.
  22. * SqlConnection.cs: Change base classes and override methods.
  23. * SqlCommandBuilder.cs: Change base classes and override methods.
  24. * SqlCommand.cs: Change base classes and override necessary methods.
  25. 2004-10-14 Umadevi S <[email protected]>
  26. * SqlCommand.cs - Implemented the clone method correctly.
  27. (fixed bug 67301)
  28. 2004-10-06 Umadevi S <[email protected]>
  29. * ISqlNoticationReceiver.cs - changed namespace
  30. * Added files SqlNotificationType.cs, SqlNotificationInfo.cs, SqlNotificationSource.cs
  31. 2004-09-24 Umadevi S <[email protected]>
  32. * SqlTransaction.cs - Dispose will not call rollback incase the transaction is not open.
  33. 2004-09-14 Sebastien Pouliot <[email protected]>
  34. * SqlClientPermission.cs: Added internal constructor accepting an Sql
  35. ClientPermissionAttribute parameter (using base class protected ctor).
  36. * SqlClientPermissionAttribute.cs: Copy now use the new SqlClient
  37. Permission constructor.
  38. 2004-09-13 Sebastien Pouliot <[email protected]>
  39. * SqlClientPermission.cs: Mostly completed (needs tests).
  40. * SqlClientPermissionAttribute.cs: Completed.
  41. 2004-09-02 Umadevi S <[email protected]>
  42. * SqlCommand.cs - ExecuteNonQuery to return -1 incase of executing a storedprocedure
  43. 2004-08-16 Gert Driesen <[email protected]>
  44. * SqlConnection.cs: added TODO on ConnectionString for keywords
  45. that are not yet implemented. check value of Integrated Security
  46. keyword, check value of bool keywords, improve error reporting
  47. for int keywords, added support for the following keyword
  48. synonyms : APP, TIMEOUT, NETWORK, PERSISTSECURITYINFO, WSID,
  49. LANGUAGE, USER. Throw NotImplementedException when encrypt keyword
  50. is set to true, enlist keyword is set to false or attachdbfilename
  51. keyword (or one of its synonyms) is set. Added FIXME for PERSIST
  52. SECURITY INFO keyword, throwing a NotImplementedException here
  53. would break lots of apps
  54. 2004-08-16 Gert Driesen <[email protected]>
  55. * SqlConnection.cs - spaces to tabs
  56. 2004-08-12 Sureshkumar T <[email protected]>
  57. * SqlDataReader.cs - In Close method, the remaining resultsets are drained
  58. out, to read output parameters & to avoid stream overlap
  59. 2004-06-30 Umadevi S <[email protected]>
  60. * SqlCommand.cs : In the Execute Method the commandbehavior parameters were ignored correct
  61. these
  62. 2004-06-22 Atsushi Enomoto <[email protected]>
  63. * SqlCommandBuilder.cs : Avoid cast exception caused by DbNull.
  64. 2004-06-18 Umadevi S <[email protected]>
  65. * SqlCommand.cs - ExecuteNonQuery returns -1 in all cases except
  66. insert,update or delete.
  67. 2004-06-18 Umadevi S <[email protected]>
  68. * SqlConnection.cs - handled null being passed as a connectionstring
  69. - checked for minimal set of parameters in connectionstring.
  70. - handled unrecogonized keywords similar to MS.NET
  71. 2004-06-17 Umadevi S <[email protected]>
  72. * SqlTransaction.cs - fixed multiple rollbacks being called causes invalidoperationexception
  73. 2004-06-04 Gert Driesen <[email protected]>
  74. * SqlClientPermission.cs: removed extra CreateInstance
  75. method
  76. 2004-06-02 Gert Driesen <[email protected]>
  77. * SQLDebugging.cs: added missing attributes, marked ctor
  78. public to match MS.NET
  79. 2004-05-22 Atsushi Enomoto <[email protected]>
  80. * SqlClientPermission.cs : don't use chained obsolete .ctor.
  81. 2004-05-20 Gert Driesen ([email protected])
  82. * SqlClientPermissionAttribute.cs: change AllowMultiple and
  83. Inherited to match .NET
  84. 2004-05-20 Umadevi S <[email protected]>
  85. * Fixed bug 58406- implemented the hasrow method, test program used
  86. to test with the bug report
  87. 2004-05-13 Umadevi S <[email protected]>
  88. * SqlClientPermission.cs, SqlDataReader.cs - added missing methods with TODO tags
  89. * SqlCommand.cs, SqlDataAdapter.cs - implemented ToolboxItemAttribute
  90. * SQLDebugging.cs - Added new file with a TODO tag
  91. 2004-04-05 Lluis Sanchez Gual <[email protected]>
  92. * SqlConnection.cs: Use connection pool implemented in Mono.Data.Tds.
  93. 2004-04-01 Lluis Sanchez Gual <[email protected]>
  94. * SqlDataReader.cs: Null values are now represented with DBNull instances.
  95. Deal with this.
  96. 2004-03-14 Tim Coleman <[email protected]>
  97. * SqlCommand.cs SqlConnection.cs:
  98. Changes from two patches by Andres Taylor
  99. <[email protected]>
  100. 2004-03-12 Andreas Nahr <[email protected]>
  101. * SqlParameter.cs: DO NOT USE the consts scheme if types can be referenced directly!
  102. 2004-01-10 Atsushi Enomoto <[email protected]>
  103. * SqlClientPermission.cs : Fixed NET_2_0 build related to
  104. obsolete attribute problem (see DbDataPermission.cs)
  105. 2003-12-28 Tim Coleman <[email protected]>
  106. * SqlResultSet.cs:
  107. Stubbed out this class.
  108. 2003-12-23 Tim Coleman <[email protected]>
  109. * SqlConnection.cs:
  110. Improved connection string parsing. See
  111. System.Data.Common.DbConnectionString for source.
  112. 2003-12-21 Tim Coleman <[email protected]>
  113. * SqlConnection.cs:
  114. Enable Integrated Security
  115. 2003-12-19 Tim Coleman <[email protected]>
  116. * ISqlNotificationReceiver.cs SqlResultSet.cs:
  117. New stubs added
  118. * SqlClientPermission.cs:
  119. Fix constructor for 1.2
  120. 2003-12-04 John Luke <[email protected]>
  121. * SqlXmlTextReader.cs: applied patch from Chris Masters <[email protected]>
  122. fix peek so it checks if it is at the end and also to make sure that if Read()
  123. advances the position past the end of the localBuffer array, it makes
  124. a call to GetNextBuffer(). fixes bug #40253 System.IndexOutOfRangeException when
  125. using SqlCommand.ExecuteXmlReader()
  126. 2003-11-20 Joerg Rosenkranz <[email protected]>
  127. * SqlConnection (SetDefaultConnectionParameters):
  128. Changed default value of WORKSTATION ID to reflect real
  129. host name instead of "localhost".
  130. 2003-11-16 Ben Maurer <[email protected]>
  131. * SqlParameterCollection.cs (Clear): Clear needs to take
  132. the parameter out of the collection so that it can be used
  133. again.
  134. (Remove):
  135. (RemoveAt): Ditto.
  136. 2003-10-03 Diego Caravana <[email protected]>
  137. * SqlCommand.cs: no change.
  138. * SqlConnection.cs (Close): Added checks for null instance
  139. variables.
  140. * SqlParameter.cs (Direction): Now handles parameters of type
  141. ReturnValue and InputOutput.
  142. * SqlParameterCollection.cs (IndexOf(string)): Search for
  143. SqlParameter object in list is done by obtaining ParameterName
  144. attribute, not directly through list.IndexOf().
  145. 2003-08-22 Duncan Mak <[email protected]>
  146. * SqlCommand.cs (ExecuteNonQuery): Return
  147. Connection.Tds.RecordsAffected if it is successful. Patch from
  148. Jörg Rosenkranz <[email protected]>.
  149. This is part of a fix to bug #40315.
  150. 2003-08-20 Duncan Mak <[email protected]>
  151. * SqlConnectionPool.cs (ReleaseConnection): A patch from Joerg
  152. Rosenkranz <[email protected]>. Currently, if a connection is
  153. closed by an external event (network problem, etc.) it is pushed
  154. back into the connection pool. The next Open call retrieves this
  155. invalid connection which leads to exceptions when executing
  156. statements.
  157. This patch fixes this problem. This closes bug #47429.
  158. 2003-07-04 Miguel de Icaza <[email protected]>
  159. * SqlDataReader.cs: Added extra information to the exceptions
  160. thrown by all the GetXXXX methods.
  161. 2003-03-15 Daniel Morgan <[email protected]>
  162. * SqlConnection.cs: if Server in the ConnectionString
  163. is set to "(local", use "localhost" as the hostname
  164. to connect
  165. 2003-03-04 Gonzalo Paniagua Javier <[email protected]>
  166. * SqlException.cs: implemented GetObjectData ().
  167. 2003-02-16 Daniel Morgan <[email protected]>
  168. * ChangeLog: added this file
  169. * SqlConnection.cs: - parse data source for 3 possible uses:
  170. "Server=hostname",
  171. "Server=hostname\\instancename",
  172. "Server=hostname,port" and open the connection based on the
  173. resulting server name and port.
  174. - Added support for named instances
  175. by discovery of the sql server tcp port via the sql monitor (udp port 1434)
  176. thanks to Phillip Jerkins ([email protected]) contribution.
  177. Also, thanks to Gonzalo and Tim for their help with timeouts.