ChangeLog 778 B

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