# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |