| 1234567891011121314151617181920212223242526272829303132333435 |
- 2006-05-23 Boris Kirzner <[email protected]>
- * OleDbConnection.cs: add MonoTODO to GetOleDbSchemaTable.
- 2006-05-09 Konstantin Triger <[email protected]>
- * OleDbConnection.cs: fix GetOleDbSchemaTable for OleDbSchemaGuid.Tables.
- 2006-04-26 Konstantin Triger <[email protected]>
- * OleDbParameter.cs: map NCHAR to VARCHAR type.
- 2006-03-21 Boris Kirzner <[email protected]>
- * OleDbConnection.cs: resolve ambiguity.
- 2006-03-06 Konstantin Triger <[email protected]>
- * OleDbConnection.cs: compare up to the provider name length.
- 2005-16-11 Boris Kirzner <[email protected]>
- * OleDbConnection.cs: Added override for CreateException().
- 2005-11-07 Konstantin Triger <[email protected]>
- * OleDbConnection.cs: retrieve the StringManager from AppDomain
- to workaround lack of correct AppDomain management in GH
- 2005-09-05 Boris Kirzner <[email protected]>
- * 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 <[email protected]>
- * OleDbConvert.cs: mapping OleDbType.Guid to Types.CHAR
|