ChangeLog 662 B

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