ChangeLog 7.7 KB

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