ChangeLog 2.1 KB

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