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:
reiniero 2014-03-17 08:01:36 +00:00
parent 6baba5065c
commit 420e0165a2

View File

@ -1191,6 +1191,7 @@ begin
inherited Create(AOwner);
FSQLFormatSettings:=DefaultSQLFormatSettings;
FFieldNameQuoteChars:=DoubleQuotes;
FLogEvents:=LogAllEvents; //match Property LogEvents...Default LogAllEvents
FStatements:=TFPList.Create;
end;