ChangeLog 5.6 KB

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