mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +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
|
||||
DatabaseErrorFmt(SErrUnknownConnectorType,[ConnectorType],Self);
|
||||
FProxy:=D.ConnectionClass.Create(Self);
|
||||
FFieldNameQuoteChars := FProxy.FieldNameQuoteChars;
|
||||
end;
|
||||
|
||||
procedure TSQLConnector.FreeProxy;
|
||||
|
Loading…
Reference in New Issue
Block a user