ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/journaling/runtime/nongui/IBSQL.pas
(Generate patch)

Comparing ibx/branches/journaling/runtime/nongui/IBSQL.pas (file contents):
Revision 362 by tony, Tue Dec 7 13:27:39 2021 UTC vs.
Revision 363 by tony, Tue Dec 7 13:30:05 2021 UTC

# Line 750 | Line 750 | begin
750      if not (csDesigning in ComponentState) then
751        MonitorHook.SQLExecute(Self);
752    end;
753 +
754    {$IFDEF IBXQUERYTIME}
755    writeln('Executing ',FStatement.GetSQLText,
756      ' Response time= ',Format('%f msecs',[TimeStampToMSecs(DateTimeToTimeStamp(Now)) - tmsecs]));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines