ChangeLog 3.4 KB

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