ChangeLog 1.9 KB

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