ChangeLog 1.0 KB

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