ChangeLog 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. 2005-08-08 Gert Driesen <[email protected]>
  2. * OleDbDataAdapter.cs: Fixed custom attributes to match MS.NET.
  3. * OleDbCommand.cs: Fixed custom attributes to match MS.NET.
  4. * OleDbParameter.cs: Fixed custom attribute to match MS.NET.
  5. * OleDbException.cs: Added ErrorTypeConverter, assigned to ErrorCode
  6. property to match MS.NET.
  7. * OleDbConnection.cs: Fixed custom attributes to match MS.NET.
  8. 2005-02-16 Lluis Sanchez Gual <[email protected]>
  9. * OleDbCommand.cs: Make it inherit from the correct base class in 2.0,
  10. and added stubs for some interface methods.
  11. 2004-09-14 Sebastien Pouliot <[email protected]>
  12. * OleDbPermission.cs: Added internal constructor accepting an OleDb
  13. PermissionAttribute parameter (using base class protected ctor).
  14. Re-added the Provider property (removed by error).
  15. * OleDbPermission.cs: Copy now use the new OleDbPermission
  16. constructor. Re-added the Provider property (removed by error).
  17. 2004-09-13 Sebastien Pouliot <[email protected]>
  18. * OleDbPermission.cs: Mostly completed (needs tests).
  19. * OleDbPermissionAttribute.cs: Completed.
  20. 2004-06-16 Gert Driesen <[email protected]>
  21. * OleDbError.cs: fixed serialization compatibility with MS.NET
  22. * OleDbErrorCollection.cs: fixed serialization compatibility with
  23. MS.NET
  24. 2004-06-13 Gert Driesen <[email protected]>
  25. * OleDbLiteral.cs: changed enum field values to match MS.NET
  26. * OleDbType.cs: changed enum field values to match MS.NET
  27. 2004-06-04 Gert Driesen <[email protected]>
  28. * OleDbDataAdapter.cs: added stub for missing
  29. Dispose override
  30. 2004-06-02 Gert Driesen <[email protected]>
  31. * OleDbParameter.cs: added missing attributes
  32. * OleDbPermission.cs: added missing attributes
  33. * OleDbConnection.cs: added missing attributes
  34. * OleDbDataAdapter.cs: added missing attributes
  35. 2004-05-27 Atsushi Enomoto <[email protected]>
  36. * OleDbDataReader.cs : don't output debug message to Console.
  37. 2004-05-20 Gert Driesen ([email protected])
  38. * OleDbPermissionAttribute.cs: change AllowMultiple and
  39. Inherited to match .NET
  40. 2004-05-14 Umadevi S ([email protected])
  41. * OleDbAdapter.cs -Implemented attributes, changed method signature for fill
  42. 2004-05-14 Umadevi S ([email protected])
  43. * OleDbCommand.cs - Completed implementing all the attributes
  44. 2004-05-14 Umadevi S ([email protected])
  45. * OleDbCommand.cs - Completed implementing all the attribute
  46. 2004-05-14 Umadevi S ([email protected])
  47. * OleDbConnection.cs - Completed implementing all the attributes
  48. - Stubbed EnlistDistributedTransaction method
  49. 2004-05-14 Umadevi S ([email protected])
  50. * OleDbDataAdapter.cs - Completed implementing all the attributes
  51. - Stubbed the Fill methods
  52. 2004-05-14 Umadevi S ([email protected])
  53. * OleDbParameter.cs - Completed implementing all the attributes
  54. 2004-05-13 Umadevi S ([email protected])
  55. * OleDbDataReader.cs - Stubbed HasRows method
  56. - Implemented EditorBrowsableAttribute
  57. * OleDbParameterConverter.cs - Stubbed this class
  58. * OleDbParameter.cs - Added a few attributes.
  59. 2004-05-09 Gert Driesen ([email protected])
  60. * OleDbCommand.cs: removed setter for Parameters property to
  61. match MS.NET
  62. * OleDbCommandBuilder.cs: fixed GetUpdatetCommand typo
  63. * OleDbErrorCollection: added default internal ctor to match
  64. MS.NET
  65. * OleDbInfoMessageEventArgs.cs: added default internal ctor
  66. to match MS.NET
  67. * OleDbParameter.cs: added setter for IsNullable
  68. * OleDbParameterCollection: added default internal ctor to
  69. match MS.NET
  70. * OleDbPermission.cs: removed extra IsSubsetOf method
  71. 2004-04-06 Gonzalo Paniagua Javier <[email protected]>
  72. * OleDbPermissionAttribute.cs: missing bits from Gert's patch for
  73. CLS compliance.
  74. 2004-01-10 Atsushi Enomoto <[email protected]>
  75. * OleDbPermission.cs : NET_2_0 fix not to call obsolete .ctor.
  76. 2002-11-01 Daniel Morgan <[email protected]>
  77. * OleDbDataReader.cs: implemented
  78. Dispose() and GetEnumerator()