ChangeLog 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. 2007-05-08 Adar Wesley <[email protected]>
  2. * OleDbCommandBuilder.cs: added missing methods QuoteIdentifier,
  3. UnquoteIdentifier.
  4. * OleDbConnection.cs: added missing method ResetState.
  5. * OleDbDataReader.cs: added missing method GetData.
  6. * OleDbError.cs: added missing method ToString.
  7. * OleDbErrorCollection.cs: added missing method strongly typed
  8. CopyTo.
  9. * OleDbFactory.cs: added missing method CreatePermission.
  10. * OleDbParameter.cs: added missing methods ResetOleDbType,
  11. ResetDbType.
  12. * OleDbParameterCollection.cs: added missing methods strongly
  13. typed AddRange, IndexOf.
  14. 2007-05-01 Adar Wesley <[email protected]>
  15. * OleDbCommandBuilder.cs: Fixed typo and called base implementation
  16. in Get[Insert|Updata|Delete]Command methods.
  17. 2006-11-05 Vladimir Krasnov <[email protected]>
  18. * added: OleDbFactory.cs
  19. 2006-05-23 Boris Kirzner <[email protected]>
  20. * OleDbConnection.cs: add MonoTODO to GetOleDbSchemaTable.
  21. 2006-05-09 Konstantin Triger <[email protected]>
  22. * OleDbConnection.cs: fix GetOleDbSchemaTable for OleDbSchemaGuid.Tables.
  23. 2006-04-26 Konstantin Triger <[email protected]>
  24. * OleDbParameter.cs: map NCHAR to VARCHAR type.
  25. 2006-03-21 Boris Kirzner <[email protected]>
  26. * OleDbConnection.cs: resolve ambiguity.
  27. 2006-03-06 Konstantin Triger <[email protected]>
  28. * OleDbConnection.cs: compare up to the provider name length.
  29. 2005-16-11 Boris Kirzner <[email protected]>
  30. * OleDbConnection.cs: Added override for CreateException().
  31. 2005-11-07 Konstantin Triger <[email protected]>
  32. * OleDbConnection.cs: retrieve the StringManager from AppDomain
  33. to workaround lack of correct AppDomain management in GH
  34. 2005-09-05 Boris Kirzner <[email protected]>
  35. * OleDbConvert.cs: return underlined value type in case of enum value.
  36. * OleDbParameter.cs:
  37. - Update of DbType should also update OleDbType property.
  38. - Do not update parameter type is the value set is DbNull.
  39. 2005-06-21 Konstantin Triger <[email protected]>
  40. * OleDbConvert.cs: mapping OleDbType.Guid to Types.CHAR