Issue #1965: show SQL warnings in forms: event editor, copy table, create database, insert files, load CSV

This commit is contained in:
Ansgar Becker
2024-06-19 17:09:46 +02:00
parent 51f199ca69
commit 54bb0bab45
6 changed files with 20 additions and 16 deletions

View File

@ -659,6 +659,7 @@ begin
sql := sql + ')';
try
FConnection.Query(sql);
FConnection.ShowWarnings;
Mainform.ProgressStep;
except
on E:EDbError do begin