ChangeLog 2.7 KB

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