ChangeLog 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. 2004-05-14 Umadevi S ([email protected])
  2. * OleDbCommand.cs - Completed implementing all the attributes
  3. 2004-05-14 Umadevi S ([email protected])
  4. * OleDbCommand.cs - Completed implementing all the attribute
  5. 2004-05-14 Umadevi S ([email protected])
  6. * OleDbConnection.cs - Completed implementing all the attributes
  7. - Stubbed EnlistDistributedTransaction method
  8. 2004-05-14 Umadevi S ([email protected])
  9. * OleDbDataAdapter.cs - Completed implementing all the attributes
  10. - Stubbed the Fill methods
  11. 2004-05-14 Umadevi S ([email protected])
  12. * OleDbParameter.cs - Completed implementing all the attributes
  13. 2004-05-13 Umadevi S ([email protected])
  14. * OleDbDataReader.cs - Stubbed HasRows method
  15. - Implemented EditorBrowsableAttribute
  16. * OleDbParameterConverter.cs - Stubbed this class
  17. * OleDbParameter.cs - Added a few attributes.
  18. 2004-05-09 Gert Driesen ([email protected])
  19. * OleDbCommand.cs: removed setter for Parameters property to
  20. match MS.NET
  21. * OleDbCommandBuilder.cs: fixed GetUpdatetCommand typo
  22. * OleDbErrorCollection: added default internal ctor to match
  23. MS.NET
  24. * OleDbInfoMessageEventArgs.cs: added default internal ctor
  25. to match MS.NET
  26. * OleDbParameter.cs: added setter for IsNullable
  27. * OleDbParameterCollection: added default internal ctor to
  28. match MS.NET
  29. * OleDbPermission.cs: removed extra IsSubsetOf method
  30. 2004-04-06 Gonzalo Paniagua Javier <[email protected]>
  31. * OleDbPermissionAttribute.cs: missing bits from Gert's patch for
  32. CLS compliance.
  33. 2004-01-10 Atsushi Enomoto <[email protected]>
  34. * OleDbPermission.cs : NET_2_0 fix not to call obsolete .ctor.
  35. 2002-11-01 Daniel Morgan <[email protected]>
  36. * OleDbDataReader.cs: implemented
  37. Dispose() and GetEnumerator()