ChangeLog 3.1 KB

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