| 1234567891011121314151617181920212223 |
- 2005-12-15 Konstantin Triger <[email protected]>
- * SqlConnection.cs: save StringManager into AppDomain.
- 2005-16-11 Boris Kirzner <[email protected]>
- * SqlConnection.cs: Added override for CreateException().
- 2005-09-14 Boris Kirzner <[email protected]>
- * SqlConvert.cs: Fix SqlDbType to JDBC type convertion.
- 2005-09-11 Boris Kirzner <[email protected]>
- * SqlConvert.cs: Fix DbType to SqlDbType convertion.
- 2005-09-05 Boris Kirzner <[email protected]>
- * SqlConvert.cs: reimplemented ValueTypeToSqlDbType().
- * SqlParameter.cs:
- - Update of DbType should also update SqlDbType property.
- - Do not update parameter type is the value set is DbNull.
- 2005-08-18 Boris Kirzner <[email protected]>
- * SqlCommand.cs: added GetReturnParameter method.
-
|