ChangeLog 4.4 KB

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