Sqldb: Add missing conditional. Issue #27749, patch from Mark Morgan Lloyd.

git-svn-id: trunk@48530 -
This commit is contained in:
juha 2015-03-29 15:38:30 +00:00
parent 09da3ea087
commit 723c7b59ac

View File

@ -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}