ChangeLog 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. 2004-08-26 Sureshkumar T ([email protected])
  2. * OdbcDataReader.cs - Date & DateTime GetValue fixed.
  3. GetBytes ordinal parameter passing fixed for BINARY in GetValue.
  4. 2004-08-20 Sureshkumar T ([email protected])
  5. * OdbcConnection.cs - correct handles are passed to OdbcError exception to trap the correct error
  6. 2004-08-04 Umadevi S ([email protected])
  7. * OdbcDataReader.cs - Fixed bug 61832 - Column names were not filled, due to which name based lookup of columns failed.
  8. 2004-08-04 Umadevi S ([email protected])
  9. * OdbcDataReader.cs - Fixed bug 61405 - Handling smallint column type.
  10. 2004-07-30 Sureshkumar T ([email protected])
  11. * OdbcCommand.cs: ExecuteNonQuery Closed statement handle to fix memory leak
  12. * OdbcDataReader.cs: Closed statement handle to fix memory leak
  13. Removed SQLState login in GetBytes coz OdbcError provides the same.
  14. 2004-07-29 Umadevi S ([email protected])
  15. * OdbcCommand.cs - Fixed bug 62046. ExecuteNonQuery implemented correctly
  16. 2004-07-28 Umadevi S ([email protected])
  17. * OdbcParameter.cs - fixed bug 61968. String values passed with quotes
  18. 2004-07-07 Umadevi S ([email protected])
  19. * OdbcConnection.cs - Allowed Close to be called multiple times
  20. - Implementation of Dispose method
  21. 2004-07-07 Umadevi S ([email protected])
  22. * OdbcCommand.cs : fixed set method for Transaction
  23. 2004-07-01 Sureshkumar T ([email protected])
  24. * OdbcCommand.cs : fixed reader problem with ExecuteScalar
  25. 2004-06-23 Sureshkumar T ([email protected])
  26. * OdbcConnection.cs: Fix: Moved env allocation to Open method.
  27. Disconnection & freeing handles are done in Close
  28. method to avoid simultaneous connections.
  29. * libodbc.cs : Added constants for odbc version.
  30. 2004-06-16 Gert Driesen <[email protected]>
  31. * OdbcError.cs: fixed serialization compatibility with MS.NET
  32. * OdbcErrorCollection.cs: fixed serialization compatibility with
  33. MS.NET
  34. * OdbcException.cs: fixed serialization compatibility with MS.NET
  35. 2004-06-16 Sureshkumar T ([email protected])
  36. * OdbcDataReader.cs: Added GetValue support for Sql Binary type to return byte array.
  37. Implemented GetBytes method.
  38. * libodbc.cs : Added enums, constants & imports for above fix.
  39. 2004-06-13 Gert Driesen <[email protected]>
  40. * OdbcDataReader.cs: changed GetData method to return IDataReader
  41. to match MS.NET
  42. 2004-06-09 Sureshkumar T ([email protected])
  43. * OdbcDataReader.cs: Removed checking of currentRow in GetName
  44. method
  45. 2004-06-04 Gert Driesen <[email protected]>
  46. * OdbcPermission.cs: moved Obsolete attribute to correct
  47. ctor
  48. 2004-06-02 Sureshkumar T ([email protected])
  49. * OdbcDataReader.cs: Implemented GetByte method. Fixed bug #58820
  50. 2004-06-02 Gert Driesen <[email protected]>
  51. * OdbcParameter.cs: added missing attributes
  52. * OdbcPermission.cs: added missing attributes
  53. * OdbcConnection.cs: fixes attribute, added missing attributes
  54. * OdbcInfoMessageEventArgs.cs: removed extra properties, fixed
  55. API compatibility with MS.NET
  56. * OdbcCommandBuilder.cs: use correct attributes
  57. 2004-05-20 Gert Driesen ([email protected])
  58. * OdbcPermissionAttribute.cs: change AllowMultiple and
  59. Inherited to match .NET
  60. 2004-05-17 Umadevi S ([email protected])
  61. * OdbcPermissionAttribute, OdbcPermission.cs - fixed missing methods
  62. 2004-05-17 Gert Driesen ([email protected])
  63. * OdbcCategoryAttribute.cs: fixed namespace
  64. * OdbcDataAdapter.cs: removed extra attributes
  65. * OdbcDescriptionAttribute.cs: fixed namespace
  66. 2004-05-14 Umadevi S ([email protected])
  67. * OdbcParameterConverter.cs -Added
  68. * OdbcParameter.cs - Added some attributes
  69. 2004-05-14 Umadevi S ([email protected])
  70. * OdbcDataAdapter.cs - Added Attributes
  71. 2004-05-14 Umadevi S ([email protected])
  72. * OdbcConnection.cs - Added Attributes
  73. 2004-05-14 Umadevi S ([email protected])
  74. * OdbcCommand.cs - Added Attributes
  75. 2004-05-14 Umadevi S ([email protected])
  76. * OdbcDataReader.cs - Added Attributes
  77. 2004-05-14 Umadevi S ([email protected])
  78. * Added Classes OdbcCategoryAttribute.cs, OdbcDescriptionAttribute.cs
  79. 2004-05-14 Umadevi S ([email protected])
  80. * Added Class OdbcCommandBuilder.cs
  81. 2004-05-14 Umadevi S ([email protected])
  82. * Added classes OdbcInfoMessageEventArgs.cs - with stubs
  83. * Added classes OdbcInfoMessageEventInfo.cs
  84. 2004-05-14 Umadevi S ([email protected])
  85. * Added classes OdbcPermission.cs, OdbcPermissionAttribute.cs - with stubs
  86. 2004-05-09 Gert Driesen ([email protected])
  87. * OdbcException.cs : removed ErrorCode property, fixing signature
  88. * OdbcErrorCollection.cs : added internal ctor, reduced
  89. accessibility of Add method to internal
  90. * OdbcCommand.cs: marked hstmt field private, remove setters for
  91. Parameters property
  92. * OdbcDataReader.cs: Added GetDate method, renamed GetTimeSpan to
  93. GetTime to match MS.NET, added HasRows stub
  94. 2004-05-09 Gert Driesen ([email protected])
  95. * OdbcError.cs:
  96. * OdbcErrorCollection.cs:
  97. * OdbcException.cs: fixed linefeeds to DOS to match other
  98. sources in System.Data.Odbc
  99. 2004-05-09 Gert Driesen ([email protected])
  100. * OdbcCommand.cs: No longer use OdbcConnection.Datareader, in order
  101. to fix signature of OdbcConnection
  102. * OdbcDataReader.cs: No longer use ODbcConnection.Datareader, in
  103. order to fix signature of OdbcConnection
  104. * OdbcConnection.cs: Signature fixes: removed DataReader property,
  105. added setter for ConnectionTimeout, made transaction internal
  106. * OdbcParameter.cs: reduced accessibility of Bind method to
  107. internal, added setter for IsNullable
  108. * OdbcParameterCollection.cs: made default ctor and Bind method
  109. internal
  110. 2004-05-09 Gert Driesen ([email protected])
  111. * OdbcCommand.cs: fixed linefeeds to DOS to match other sources
  112. in System.Data.Odbc
  113. 2004-05-09 Gert Driesen ([email protected])
  114. * OdbcTransaction.cs: fixed signature to match MS.NET
  115. 2004-05-09 Gert Driesen ([email protected])
  116. * OdbcType.cs: fixed typo UniqueIndetifier
  117. * OdbcColumn.cs : fixed typo UniqueIndetifier
  118. 2004-05-09 Gert Driesen ([email protected])
  119. * OdbcType.cs: fixed linefeeds to DOS to match other sources
  120. in System.Data.Odbc
  121. 2003-12-01 Gonzalo Paniagua Javier <[email protected]>
  122. * OdbcTransaction.cs: applied patch from Jeff Seifert that makes
  123. this class implement IDbTransaction interface.
  124. 2002-11-01 Daniel Morgan <[email protected]>
  125. * OdbcDataReader.cs: - uncommented code, but I put a FIXME:
  126. according to Brian, this does not work on MS .NET however, we need it
  127. for Mono for now. schemaRow.AcceptChanges(),
  128. - implement IEnumerable.GetEnumerator()
  129. * libodbc.cs: changed the DllImport from "odbc32.dll" to "odbc32"
  130. 2002-10-21 Gonzalo Paniagua Javier <[email protected]>
  131. * ChangeLog: added.
  132. * OdbcError.cs:
  133. * OdbcException.cs: added dummy implementation for these missing
  134. classes.