ChangeLog 2.2 KB

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