1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
2007-05-08 Adar Wesley <adarw@mainsoft.com>
* 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 <adarw@mainsoft.com>
* OleDbCommandBuilder.cs: Fixed typo and called base implementation
in Get[Insert|Updata|Delete]Command methods.
2006-11-05 Vladimir Krasnov <vladimirk@mainsoft.com>
* added: OleDbFactory.cs
2006-05-23 Boris Kirzner <borisk@mainsoft.com>
* OleDbConnection.cs: add MonoTODO to GetOleDbSchemaTable.
2006-05-09 Konstantin Triger <kostat@mainsoft.com>
* OleDbConnection.cs: fix GetOleDbSchemaTable for OleDbSchemaGuid.Tables.
2006-04-26 Konstantin Triger <kostat@mainsoft.com>
* OleDbParameter.cs: map NCHAR to VARCHAR type.
2006-03-21 Boris Kirzner <borisk@mainsoft.com>
* OleDbConnection.cs: resolve ambiguity.
2006-03-06 Konstantin Triger <kostat@mainsoft.com>
* OleDbConnection.cs: compare up to the provider name length.
2005-16-11 Boris Kirzner <borisk@mainsoft.com>
* OleDbConnection.cs: Added override for CreateException().
2005-11-07 Konstantin Triger <kostat@mainsoft.com>
* OleDbConnection.cs: retrieve the StringManager from AppDomain
to workaround lack of correct AppDomain management in GH
2005-09-05 Boris Kirzner <borisk@mainsoft.com>
* 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 <kostat@mainsoft.com>
* OleDbConvert.cs: mapping OleDbType.Guid to Types.CHAR
|