mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 10:39:30 +02:00
Sqldb: Add missing conditional. Issue #27749, patch from Mark Morgan Lloyd.
git-svn-id: trunk@48530 -
This commit is contained in:
parent
09da3ea087
commit
723c7b59ac
@ -514,8 +514,10 @@ Var
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
{$IFDEF HASIBCONNECTION}
|
||||
RegisterPropertyEditor(TypeInfo(AnsiString),
|
||||
TIBConnection, 'DatabaseName', TSQLFirebirdFileNamePropertyEditor);
|
||||
{$ENDIF}
|
||||
RegisterPropertyEditor(TypeInfo(AnsiString),
|
||||
TSQLConnector, 'ConnectorType', TSQLDBConnectorTypePropertyEditor);
|
||||
{$IFDEF HASLIBLOADER}
|
||||
|
Loading…
Reference in New Issue
Block a user