ChangeLog 868 B

123456789101112131415161718192021222324
  1. 2006-03-21 Boris Kirzner <[email protected]>
  2. * OleDbConnection.cs: resolve ambiguity.
  3. 2006-03-06 Konstantin Triger <[email protected]>
  4. * OleDbConnection.cs: compare up to the provider name length.
  5. 2005-16-11 Boris Kirzner <[email protected]>
  6. * OleDbConnection.cs: Added override for CreateException().
  7. 2005-11-07 Konstantin Triger <[email protected]>
  8. * OleDbConnection.cs: retrieve the StringManager from AppDomain
  9. to workaround lack of correct AppDomain management in GH
  10. 2005-09-05 Boris Kirzner <[email protected]>
  11. * OleDbConvert.cs: return underlined value type in case of enum value.
  12. * OleDbParameter.cs:
  13. - Update of DbType should also update OleDbType property.
  14. - Do not update parameter type is the value set is DbNull.
  15. 2005-06-21 Konstantin Triger <[email protected]>
  16. * OleDbConvert.cs: mapping OleDbType.Guid to Types.CHAR