|
@@ -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;
|
|
|
|
|