This should fix #76928. This fix incorporates ideas from a patch
[mono.git] / mcs / class / System.Data / System.Data.SqlClient.jvm / ChangeLog
1 2005-12-15 Konstantin Triger <kostat@mainsoft.com>
2
3         * SqlConnection.cs: save StringManager into AppDomain.
4
5 2005-16-11 Boris Kirzner <borisk@mainsoft.com>
6         * SqlConnection.cs: Added override for CreateException().
7
8 2005-09-14 Boris Kirzner <borisk@mainsoft.com>
9         * SqlConvert.cs: Fix SqlDbType to JDBC type convertion.
10
11 2005-09-11 Boris Kirzner <borisk@mainsoft.com>
12         * SqlConvert.cs: Fix DbType to SqlDbType convertion.
13
14 2005-09-05 Boris Kirzner <borisk@mainsoft.com>
15         * SqlConvert.cs: reimplemented ValueTypeToSqlDbType().
16         * SqlParameter.cs:
17                 - Update of DbType should also update SqlDbType property. 
18                 - Do not update parameter type is the value set is DbNull.
19
20 2005-08-18  Boris Kirzner <borisk@mainsoft.com>
21
22         * SqlCommand.cs: added GetReturnParameter method.
23