mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +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);
|
||||
FSQLFormatSettings:=DefaultSQLFormatSettings;
|
||||
FFieldNameQuoteChars:=DoubleQuotes;
|
||||
FLogEvents:=LogAllEvents; //match Property LogEvents...Default LogAllEvents
|
||||
FStatements:=TFPList.Create;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user