ChangeLog 1.2 KB

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