mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 06:39:36 +01:00
sqldb: if SQL empty then do not show ok
git-svn-id: trunk@43715 -
This commit is contained in:
parent
346d432f45
commit
dfd52aa64f
@ -358,7 +358,7 @@ end;
|
||||
|
||||
procedure TSQLStringsPropertyEditorDlg.TBCheckClick(Sender: TObject);
|
||||
begin
|
||||
CheckSQLSyntax(SQLEditor.Lines,true)
|
||||
CheckSQLSyntax(SQLEditor.Lines);
|
||||
end;
|
||||
|
||||
procedure TSQLStringsPropertyEditorDlg.CheckSQLSyntax(SQL: TStrings);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user