ChangeLog 3.6 KB

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