forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Application Hangs When Navigating In Query Resutl
- This topic is empty.
-
AuthorPosts
-
-
March 14, 2007 at 11:20 am #10237weavelinkMember
Hello,
I've noticed the following problem in the SQLyog community edition v5.25:
When I navigate through the query results with the arrow keys, then the application hangs.
Sample:
Quote:CREATE TABLE `test` (`id` int(11) NOT NULL,
`name` varchar(255) default NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1
insert into test values(1,”Webyog Softworks Pvt. Ltd., a privately held company based in Bangalore, India, creates innovative data management tools for thousands of customers in 90 countries, ranging from enterprises to small businesses and home users.”);
select * from test;
Then click the first ID field in the results tab and hit the right arrow on the keyboard to navigate to the right.
Now SQLyog hangs !
Kind regards,
Wim
-
March 15, 2007 at 4:42 am #23595peterlaursenParticipant
not reproducable here 'in first shot'.
With your example I can
and for minutes. With more data in the grid I can
, , and in any pattern also without problems. What is your OS? Any other details you think could be useful?
-
March 15, 2007 at 9:43 am #23596weavelinkMember
Hello Peter,
I did some additional tests and I came to the conclusion that the problem only occurs when I have the 'Truncate Column Headers To Maximum Data Size' option set in the General tab of the preferences.
When this option is not set, then I have no problems.
Kind regards,
Wim
-
March 15, 2007 at 10:07 am #23597adarshMember
Issue is confirmed. we will fix this in next release.
-
March 15, 2007 at 10:21 am #23598peterlaursenParticipant
moving your post to the SQLyog category!
-
March 15, 2007 at 12:59 pm #23599weavelinkMember
Thanks Peter,
I just posted the problem in the first bugs / features forum that I saw without looking at the category. Sorry for that.
Kind regards,
Wim
-
March 15, 2007 at 2:36 pm #23600peterlaursenParticipant
please check (allow 10 minutes for upload) and report back:
http://www.webyog.com/downloads/betas/not_…;/SQLyog526.exe (community)
http://www.webyog.com/downloads/betas/not_…Lyog526Ent.exe (registered)
http://www.webyog.com/downloads/betas/not_…26EntTrial.exe (trial)
-
March 16, 2007 at 10:11 am #23601weavelinkMember
Hello Peter,
The problem seems to be fixed in this version.
Many thanks,
Wim 😀
PS: The link seems to be invalid, I used “http://www.webyog.com/downloads/betas/not_released/SQLyog526.exe” and then I was able to download the file.
-
March 16, 2007 at 11:20 am #23602peterlaursenParticipant
hmmm … wonder how the semicolon got into that link 🙁
-
-
AuthorPosts
- You must be logged in to reply to this topic.