ChangeLog 5.5 KB

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