* pass fieldnamequotechars to proxy, mantis #20507

git-svn-id: trunk@19507 -
This commit is contained in:
marco 2011-10-18 15:58:16 +00:00
parent a32fdc3ae6
commit 5955d90a40

View File

@ -2030,6 +2030,7 @@ begin
If (D=Nil) then
DatabaseErrorFmt(SErrUnknownConnectorType,[ConnectorType],Self);
FProxy:=D.ConnectionClass.Create(Self);
FFieldNameQuoteChars := FProxy.FieldNameQuoteChars;
end;
procedure TSQLConnector.FreeProxy;