mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Issue #1965: show SQL warnings in forms: event editor, copy table, create database, insert files, load CSV
This commit is contained in:
@ -231,6 +231,7 @@ begin
|
||||
sql := ComposeAlterStatement;
|
||||
try
|
||||
MainForm.ActiveConnection.Query(sql);
|
||||
MainForm.ActiveConnection.ShowWarnings;
|
||||
DBObject.Name := editName.Text;
|
||||
DBObject.UnloadDetails;
|
||||
tabALTERcode.TabVisible := ObjectExists;
|
||||
|
Reference in New Issue
Block a user