ChangeLog 771 B

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