2
0

ChangeLog 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. 2004-06-04 Gert Driesen <[email protected]>
  2. * OleDbDataAdapter.cs: added stub for missing
  3. Dispose override
  4. 2004-06-02 Gert Driesen <[email protected]>
  5. * OleDbParameter.cs: added missing attributes
  6. * OleDbPermission.cs: added missing attributes
  7. * OleDbConnection.cs: added missing attributes
  8. * OleDbDataAdapter.cs: added missing attributes
  9. 2004-05-27 Atsushi Enomoto <[email protected]>
  10. * OleDbDataReader.cs : don't output debug message to Console.
  11. 2004-05-20 Gert Driesen ([email protected])
  12. * OleDbPermissionAttribute.cs: change AllowMultiple and
  13. Inherited to match .NET
  14. 2004-05-14 Umadevi S ([email protected])
  15. * OleDbAdapter.cs -Implemented attributes, changed method signature for fill
  16. 2004-05-14 Umadevi S ([email protected])
  17. * OleDbCommand.cs - Completed implementing all the attributes
  18. 2004-05-14 Umadevi S ([email protected])
  19. * OleDbCommand.cs - Completed implementing all the attribute
  20. 2004-05-14 Umadevi S ([email protected])
  21. * OleDbConnection.cs - Completed implementing all the attributes
  22. - Stubbed EnlistDistributedTransaction method
  23. 2004-05-14 Umadevi S ([email protected])
  24. * OleDbDataAdapter.cs - Completed implementing all the attributes
  25. - Stubbed the Fill methods
  26. 2004-05-14 Umadevi S ([email protected])
  27. * OleDbParameter.cs - Completed implementing all the attributes
  28. 2004-05-13 Umadevi S ([email protected])
  29. * OleDbDataReader.cs - Stubbed HasRows method
  30. - Implemented EditorBrowsableAttribute
  31. * OleDbParameterConverter.cs - Stubbed this class
  32. * OleDbParameter.cs - Added a few attributes.
  33. 2004-05-09 Gert Driesen ([email protected])
  34. * OleDbCommand.cs: removed setter for Parameters property to
  35. match MS.NET
  36. * OleDbCommandBuilder.cs: fixed GetUpdatetCommand typo
  37. * OleDbErrorCollection: added default internal ctor to match
  38. MS.NET
  39. * OleDbInfoMessageEventArgs.cs: added default internal ctor
  40. to match MS.NET
  41. * OleDbParameter.cs: added setter for IsNullable
  42. * OleDbParameterCollection: added default internal ctor to
  43. match MS.NET
  44. * OleDbPermission.cs: removed extra IsSubsetOf method
  45. 2004-04-06 Gonzalo Paniagua Javier <[email protected]>
  46. * OleDbPermissionAttribute.cs: missing bits from Gert's patch for
  47. CLS compliance.
  48. 2004-01-10 Atsushi Enomoto <[email protected]>
  49. * OleDbPermission.cs : NET_2_0 fix not to call obsolete .ctor.
  50. 2002-11-01 Daniel Morgan <[email protected]>
  51. * OleDbDataReader.cs: implemented
  52. Dispose() and GetEnumerator()