forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Refresh Button Not Enabled
- This topic is empty.
-
AuthorPosts
-
-
February 8, 2012 at 3:23 pm #12591MitchParticipant
SQLyog Ultimate 9.51
Ubuntu 10.10 64 Bit
WINE 1.2.2
Refresh button is not enabled in the results tab. See attached screen shot.
-
February 8, 2012 at 3:38 pm #33109peterlaursenParticipant
This is per design, actually. The elements appearing in DATA and RESULT tabs are the same even though they don't all apply both places.
In RESULT tab we display results of a query entered by user. To refresh just exceute again (green arrow icon or F9). In DATA tab however it is transparent what query is executed to populate the tab and the query was not entered in the editor.
-
February 8, 2012 at 8:16 pm #33110MitchParticipant
But there seems to be some queries where the refresh button is enabled. See attached screen shot.
-
February 9, 2012 at 8:24 am #33111ashwinMemberQuote:But there seems to be some queries where the refresh button is enabled. See attached screen shot.
The Refresh button is enabled here because there is no LIMIT in the query. Also, in Preferences->Others->'Enable Autopaging in Result tab' should be enabled. When there is a LIMIT in the query then the Limit Rows and Refresh will be disabled.
-
February 9, 2012 at 3:40 pm #33112MitchParticipant
I understand the “Limit rows” being disabled when the query has a LIMIT, but it doesn't make sense to me for the Refresh button to be disabled simply because of a LIMIT.
-
February 13, 2012 at 6:05 am #33113ashwinMemberQuote:I understand the “Limit rows” being disabled when the query has a LIMIT, but it doesn't make sense to me for the Refresh button to be disabled simply because of a LIMIT.
This is by design actually. But we will discuss in the next team meeting about 'enabling Refresh button when there is a LIMIT in the query' and update here.
-
February 15, 2012 at 8:14 am #33114ashwinMember
Hi Mitch,
Quote:I understand the “Limit rows” being disabled when the query has a LIMIT, but it doesn't make sense to me for the Refresh button to be disabled simply because of a LIMIT.This will be fixed in SQLyog v10. Refresh button will not be disabled when there is a LIMIT in the query. I have added this in our issue-tracker here: http://code.google.com/p/sqlyog/issues/detail?id=1759
We will update you once SQLyog v10 is released with this fix(probably in mid-March).
Thank you for your suggestion.
Regards,
Ashwin
-
-
AuthorPosts
- You must be logged in to reply to this topic.