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:
@ -659,6 +659,7 @@ begin
|
||||
sql := sql + ')';
|
||||
try
|
||||
FConnection.Query(sql);
|
||||
FConnection.ShowWarnings;
|
||||
Mainform.ProgressStep;
|
||||
except
|
||||
on E:EDbError do begin
|
||||
|
Reference in New Issue
Block a user