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

Comparing ibx/trunk/runtime/IBQuery.pas (file contents):
Revision 38 by tony, Tue Jan 26 14:38:47 2016 UTC vs.
Revision 39 by tony, Tue May 17 08:14:52 2016 UTC

# Line 509 | Line 509 | end;
509  
510   procedure TIBQuery.UpdateSQL;
511   begin
512 <  if not FSQLUpdating and not FInQueryChanged then
512 >  if not FSQLUpdating and not FInQueryChanged and (SQL.Text <> SelectSQL.Text) then
513    begin
514      FSQLUpdating := true;
515      try

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines