mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 04:43:14 +02:00
* pass fieldnamequotechars to proxy, mantis #20507
git-svn-id: trunk@19507 -
This commit is contained in:
parent
a32fdc3ae6
commit
5955d90a40
@ -2030,6 +2030,7 @@ begin
|
|||||||
If (D=Nil) then
|
If (D=Nil) then
|
||||||
DatabaseErrorFmt(SErrUnknownConnectorType,[ConnectorType],Self);
|
DatabaseErrorFmt(SErrUnknownConnectorType,[ConnectorType],Self);
|
||||||
FProxy:=D.ConnectionClass.Create(Self);
|
FProxy:=D.ConnectionClass.Create(Self);
|
||||||
|
FFieldNameQuoteChars := FProxy.FieldNameQuoteChars;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TSQLConnector.FreeProxy;
|
procedure TSQLConnector.FreeProxy;
|
||||||
|
Loading…
Reference in New Issue
Block a user