KrzysztofDusko / JustyBase

SQL editor/IDE
GNU General Public License v3.0
10 stars 0 forks source link

Rows count limit - shows error when reaching limit #284

Closed andrzejchmiel3 closed 7 months ago

andrzejchmiel3 commented 7 months ago

When number of rows i results of query reaches limit (set in settings), it shows error like below, I think the message should be more friendly like "Rows limit reached" obraz

KrzysztofDusko commented 7 months ago

this message comes from database system - not JubsyBase itseld. It not trivial to detect who canceled query -you or DB admin. In some DB system Cancel operation takes some large amount of time - this i why i do not want to assume that time coincidence stop button v sthis window are related. But posiible is to add additonal "Canceled" info.. but i dont think is really nedded.