ChangeLog 898 B

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