2007-05-08 Adar Wesley * OleDbCommandBuilder.cs: added missing methods QuoteIdentifier, UnquoteIdentifier. * OleDbConnection.cs: added missing method ResetState. * OleDbDataReader.cs: added missing method GetData. * OleDbError.cs: added missing method ToString. * OleDbErrorCollection.cs: added missing method strongly typed CopyTo. * OleDbFactory.cs: added missing method CreatePermission. * OleDbParameter.cs: added missing methods ResetOleDbType, ResetDbType. * OleDbParameterCollection.cs: added missing methods strongly typed AddRange, IndexOf. 2007-05-01 Adar Wesley * OleDbCommandBuilder.cs: Fixed typo and called base implementation in Get[Insert|Updata|Delete]Command methods. 2006-11-05 Vladimir Krasnov * added: OleDbFactory.cs 2006-05-23 Boris Kirzner * OleDbConnection.cs: add MonoTODO to GetOleDbSchemaTable. 2006-05-09 Konstantin Triger * OleDbConnection.cs: fix GetOleDbSchemaTable for OleDbSchemaGuid.Tables. 2006-04-26 Konstantin Triger * OleDbParameter.cs: map NCHAR to VARCHAR type. 2006-03-21 Boris Kirzner * OleDbConnection.cs: resolve ambiguity. 2006-03-06 Konstantin Triger * OleDbConnection.cs: compare up to the provider name length. 2005-16-11 Boris Kirzner * OleDbConnection.cs: Added override for CreateException(). 2005-11-07 Konstantin Triger * OleDbConnection.cs: retrieve the StringManager from AppDomain to workaround lack of correct AppDomain management in GH 2005-09-05 Boris Kirzner * OleDbConvert.cs: return underlined value type in case of enum value. * OleDbParameter.cs: - Update of DbType should also update OleDbType property. - Do not update parameter type is the value set is DbNull. 2005-06-21 Konstantin Triger * OleDbConvert.cs: mapping OleDbType.Guid to Types.CHAR