2
0

ChangeLog 555 B

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