mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 09:09:17 +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;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
|
{$IFDEF HASIBCONNECTION}
|
||||||
RegisterPropertyEditor(TypeInfo(AnsiString),
|
RegisterPropertyEditor(TypeInfo(AnsiString),
|
||||||
TIBConnection, 'DatabaseName', TSQLFirebirdFileNamePropertyEditor);
|
TIBConnection, 'DatabaseName', TSQLFirebirdFileNamePropertyEditor);
|
||||||
|
{$ENDIF}
|
||||||
RegisterPropertyEditor(TypeInfo(AnsiString),
|
RegisterPropertyEditor(TypeInfo(AnsiString),
|
||||||
TSQLConnector, 'ConnectorType', TSQLDBConnectorTypePropertyEditor);
|
TSQLConnector, 'ConnectorType', TSQLDBConnectorTypePropertyEditor);
|
||||||
{$IFDEF HASLIBLOADER}
|
{$IFDEF HASLIBLOADER}
|
||||||
|
Loading…
Reference in New Issue
Block a user