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

Comparing ibx/trunk/runtime/nongui/IBSQL.pas (file contents):
Revision 380 by tony, Mon Jan 10 10:13:17 2022 UTC vs.
Revision 402 by tony, Mon Aug 1 10:07:24 2022 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