mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +08:00

- TMySQLConnection.Query now returns the result if any. Fill RowsAffected and RowsFound at the same time. - TMySQLConnection.GetRow / GetVar implemented for simple query-logic with minimal overhead. - Give SetDatabase the chance to reset FDatabase to the prior value by catching a potential exception.