ChangeLog 7.0 KB

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