mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 08:49:25 +02:00
fcl-db: sqlconnection:
* actually follow default property for Property LogEvents..Default LogAllEvents in constructor * addresses issue #25867 git-svn-id: trunk@27170 -
This commit is contained in:
parent
6baba5065c
commit
420e0165a2
@ -1191,6 +1191,7 @@ begin
|
|||||||
inherited Create(AOwner);
|
inherited Create(AOwner);
|
||||||
FSQLFormatSettings:=DefaultSQLFormatSettings;
|
FSQLFormatSettings:=DefaultSQLFormatSettings;
|
||||||
FFieldNameQuoteChars:=DoubleQuotes;
|
FFieldNameQuoteChars:=DoubleQuotes;
|
||||||
|
FLogEvents:=LogAllEvents; //match Property LogEvents...Default LogAllEvents
|
||||||
FStatements:=TFPList.Create;
|
FStatements:=TFPList.Create;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user