New test.
[mono.git] / mcs / class / System.Data / System.Data.OleDb.jvm / ChangeLog
1 2006-05-23 Boris Kirzner <borisk@mainsoft.com>
2         * OleDbConnection.cs: add MonoTODO to GetOleDbSchemaTable.
3
4 2006-05-09  Konstantin Triger <kostat@mainsoft.com>
5
6         * OleDbConnection.cs: fix GetOleDbSchemaTable for OleDbSchemaGuid.Tables.
7
8 2006-04-26  Konstantin Triger <kostat@mainsoft.com>
9
10         * OleDbParameter.cs: map NCHAR to VARCHAR type.
11
12 2006-03-21      Boris Kirzner <borisk@mainsoft.com>
13         * OleDbConnection.cs: resolve ambiguity.
14
15 2006-03-06  Konstantin Triger <kostat@mainsoft.com>
16
17         * OleDbConnection.cs: compare up to the provider name length.
18
19 2005-16-11 Boris Kirzner <borisk@mainsoft.com>
20         * OleDbConnection.cs: Added override for CreateException().
21
22 2005-11-07 Konstantin Triger <kostat@mainsoft.com>
23
24         * OleDbConnection.cs: retrieve the StringManager from AppDomain
25                 to workaround lack of correct AppDomain management in GH
26
27 2005-09-05 Boris Kirzner <borisk@mainsoft.com>
28         * OleDbConvert.cs: return underlined value type in case of enum value.
29         * OleDbParameter.cs:
30                 - Update of DbType should also update OleDbType property. 
31                 - Do not update parameter type is the value set is DbNull.
32
33 2005-06-21  Konstantin  Triger <kostat@mainsoft.com>
34
35         * OleDbConvert.cs: mapping OleDbType.Guid to Types.CHAR