forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Bug In Showing The Records In Good Sequence
- This topic is empty.
-
AuthorPosts
-
-
January 25, 2010 at 6:42 am #30366
peterlaursen
ParticipantWe reproduced some/almost same problem if we show more than 65563 (not 65535) rows in a specific table.
We are now trying to identify exactly what the problem is. I guess (only) that it is not related to 2^16/16bit integer resolution. Rather some internal pointer issue.
However we can only reproduce with the scrollbar – not the arrow-down icon below the scrollbar.
-
January 25, 2010 at 7:23 am #30367
navyashree.r
MemberIssue added here in our track system,
http://code.google.com/p/sqlyog/issues/detail?id=1234
Quote:If I show the records with Open table (F12)We use F11 to 'Open table' and not F12 which is used to Format SQL queries.
We are looking into this issue. Thanks for reporting.
Regards
Navya
-
January 28, 2010 at 9:41 am #30368
nithin
MemberHello,
We are providing you a special build with this issue got fixed.
Your assumptions were correct that the scroll bar were able to handle 16 bits values only.
It was documented this:
“Note that the WM_VSCROLL message carries only 16 bits of scroll box position data. Thus, applications that rely solely on WM_VSCROLL (and WM_HSCROLL) for scroll position data have a practical maximum position value of 65,535.”
The fix is that now it can be processed 32 bit values, so your issue would be solved.
Please download, try it in your environment and lets know the status, so that we can include this fix into next public release
http://www.webyog.com/downloads/betas/not_released/SQLyog822.2Trial.exe
Thank you
Nithin
-
January 29, 2010 at 1:07 pm #30369
navyashree.r
MemberHi,
We have released SQLyog 8.22 with this fix, which is available publicly!
Please refer to:
http://www.webyog.com/blog/2010/01/29/sqlyog-mysql-gui-8-22-has-been-released/
Please verify whether this issue is fixed and update us the status.
Thank you.
Regards,
Navya
-
January 30, 2010 at 7:27 am #30370
jan marco alkema
MemberHello Navya,
I test http://www.webyog.com/downloads/SQLyog822Trial.exe on Vista en the latest svn release on XP.
I don't seen the bug any more. Thank you, for solving it –)
Jan Marco
-
-
AuthorPosts
- You must be logged in to reply to this topic.