ChangeLog 661 B

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