ChangeLog 7.7 KB

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