ChangeLog 2.9 KB

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