That's purely for named queries invoked from bindings. Scripted queries, query browser queries with the 1000 row limit checkbox turned off, etc, will all get everything they are told to.
I'm sure it was a while back, but can you remember any more details @MMaynard that will help us track this down? e.g. named query? query binding? approximate ignition version? the specific swear words you said?
IF I remember correctly it was during a development and it was on a very large SQL Table(a few million rows)
When you went to try and open the window it was trying to load the entire table.
So we disabled the db connection, opened the window, limited the select on the table and saved.
Then re-enabled the DB connection.
Ah, gotcha. I can see that happening. I was thinking this was an issue with the change not taking effect if you didn't pause the DB connection, which would be very, very bad.