[runtime] Overwrite stacktrace for exception on re-throw. Fixes #1856.
[mono.git] / mcs / class / System.Data / System.Data.OleDb.jvm / ChangeLog
1 2007-05-08 Adar Wesley <adarw@mainsoft.com>
2
3         * OleDbCommandBuilder.cs: added missing methods QuoteIdentifier,
4         UnquoteIdentifier.
5
6         * OleDbConnection.cs: added missing method ResetState.
7
8         * OleDbDataReader.cs: added missing method GetData.
9
10         * OleDbError.cs: added missing method ToString.
11
12         * OleDbErrorCollection.cs: added missing method strongly typed
13         CopyTo.
14
15         * OleDbFactory.cs: added missing method CreatePermission.
16
17         * OleDbParameter.cs: added missing methods ResetOleDbType,
18         ResetDbType.
19
20         * OleDbParameterCollection.cs: added missing methods strongly
21         typed AddRange, IndexOf.
22
23 2007-05-01 Adar Wesley <adarw@mainsoft.com>
24
25         * OleDbCommandBuilder.cs: Fixed typo and called base implementation
26         in Get[Insert|Updata|Delete]Command methods.
27
28 2006-11-05 Vladimir Krasnov  <vladimirk@mainsoft.com>
29
30         * added: OleDbFactory.cs
31
32 2006-05-23 Boris Kirzner <borisk@mainsoft.com>
33         * OleDbConnection.cs: add MonoTODO to GetOleDbSchemaTable.
34
35 2006-05-09  Konstantin Triger <kostat@mainsoft.com>
36
37         * OleDbConnection.cs: fix GetOleDbSchemaTable for OleDbSchemaGuid.Tables.
38
39 2006-04-26  Konstantin Triger <kostat@mainsoft.com>
40
41         * OleDbParameter.cs: map NCHAR to VARCHAR type.
42
43 2006-03-21      Boris Kirzner <borisk@mainsoft.com>
44         * OleDbConnection.cs: resolve ambiguity.
45
46 2006-03-06  Konstantin Triger <kostat@mainsoft.com>
47
48         * OleDbConnection.cs: compare up to the provider name length.
49
50 2005-16-11 Boris Kirzner <borisk@mainsoft.com>
51         * OleDbConnection.cs: Added override for CreateException().
52
53 2005-11-07 Konstantin Triger <kostat@mainsoft.com>
54
55         * OleDbConnection.cs: retrieve the StringManager from AppDomain
56                 to workaround lack of correct AppDomain management in GH
57
58 2005-09-05 Boris Kirzner <borisk@mainsoft.com>
59         * OleDbConvert.cs: return underlined value type in case of enum value.
60         * OleDbParameter.cs:
61                 - Update of DbType should also update OleDbType property. 
62                 - Do not update parameter type is the value set is DbNull.
63
64 2005-06-21  Konstantin  Triger <kostat@mainsoft.com>
65
66         * OleDbConvert.cs: mapping OleDbType.Guid to Types.CHAR