ChangeLog 6.2 KB

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