ChangeLog 1.2 KB

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