IF NOT EXISTS removed because it's supported only by MariaDB

This commit is contained in:
Petr Hlozek 2019-04-30 22:12:51 +02:00
parent 567f59dc8d
commit b03dbd6ca8

View File

@ -3236,7 +3236,7 @@ begin
trQ1.Commit;
trQ1.StartTransaction;
Q1.SQL.Text := 'ALTER TABLE freqmem ADD COLUMN IF NOT EXISTS info varchar(25)';
Q1.SQL.Text := 'ALTER TABLE freqmem ADD COLUMN info varchar(25)';
if fDebugLevel>=1 then Writeln(Q1.SQL.Text);
Q1.ExecSQL;
trQ1.Commit;