ChangeLog 3.6 KB

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