Forum Replies Created
-
AuthorPosts
-
vishal.prMember
Hi ninoid,
If it is a string hard coded inside the source making the problem, then it might be a file encoding problem with javac compiler. Make sure you use the proper command line to compile.
This link may be helpful.
February 2, 2011 at 3:23 pm in reply to: "flush Privileges" Missing After "rename User" Command #31900vishal.prMemberHi Larsen,
We tried to replicate the issue at our end with the exact server version, but we couldn't. Can you explain it step by step starting from create user to rename user.
Thank you.
Vishal P.R
vishal.prMemberAlso I think there is a work already in progress to have a table for master/slave status under performance schema, so that user can select directly from performance_schema (like SELECT * from performance_schema.slave_status)
vishal.prMemberHi,
This was a bug introduced in version 8.7 and is already fixed in 8.8 Beta2. Please refer to http://www.webyog.com/blog/2011/01/12/sqlyog-mysql-gui-8-8-beta-2-released/
Regards,
Vishal P.R
vishal.prMemberWe use NSIS from Nullsoft to create the installer for SQLyog. However there is a lot of such tools exist along with the one integrated with Visual Studio itself(Not sure about EXPRESS editions).
vishal.prMemberSorry, forgot to attach the screen shot. Here it is.
vishal.prMemberThank you for the confirmation. Unfortunately this is how Windows behaves. If a window does not respond to the events send to it (mouse click, key press etc) due to an ongoing background processing, operating system will mark it as Not responding.
But if you want to sync all the tables in the database at the time of syncing you can select Sync all tables in the database(Please find the attached screen shot). This option doesn't carry any background processing hence will be instantaneous. Please check the program help to see the difference between two options(Pressing F1 from the wizard will open the relevant help topic). You can save and/or schedule your job also.
Regards,
Vishal P.R
vishal.prMemberHi Julian,
Please tell whether the program hangs while checking the tables and does not come back to operational state. Or is it like it is taking some time to check all the tables. If it is the later case, then its not a bug. Because not only the visual selection is involved in the operation but there are some background processing that requires time. Like populating columns in the table etc which depends on the connection type and other elements involved in the connection.
Please confirm.
Regards,
Vishal P.R
vishal.prMemberHi S. Lines,
The issue is fixed now and will be available in the next public release. It was a bug in syntax highlighting and not with the code folding. This happens when you have a comment /**/ with nothing in between /* and */. Thank you for reporting the issue.
Regards,
Vishal P.R
vishal.prMemberHi Henny van Esch,
We discussed about this and added the report in our issue tracker as a usability enhancement. Please refer to http://code.google.com/p/sqlyog/issues/detail?id=1573
But, currently we are all booked for the next major release. So please don't expect this to be done in the next two or three months.
Thank you
Vishal P.R
vishal.prMemberHi,
We have released SQLyog 8.71 with this change reverted back. You can download SQLyog 8.71 Community from here http://code.google.com/p/sqlyog/downloads/detail?name=SQLyog-8.7.1-0Community.exe&can=2&q=
Regards,
Vishal P.R
November 24, 2010 at 7:56 am in reply to: Autocomplete Sometimes Deletes Character Following Cursor #31445vishal.prMemberHi,
This is not an issue. This is how code editor should work. We have followed this behavior from popular IDEs like Visual Studio and Netbeans. When the position of the cursor(**at the time of invoking auto-complete list**) is in the middle of a word, the word is replaced with the selection from the auto-complete list.
However while checking this we found an issue that violates the statement given in bold. It was taking the current cursor position rather than the position when auto-complete list was invoked. Due to this if the user invokes auto-complete list in the beginning of a word and continue typing to locate a match in the list and then make a selection it will replace the word itself.
This issue has been fixed now. If you need the fix urgently, we can provide you a special binary or else you can wait till the next public release which will happen in two days time.
Regards,
Vishal P.R
vishal.prMemberRegarding the original issue, it was a mistake from our end. As I already mentioned, we have upgraded Scintilla library to version 2.2 but forgot to replace the old SciLexer.dll in build directory of Google Code. In lib directory it was there however. So, either you can copy and replace it by yourself or just update your trunk. This should work.
Regards,
Vishal P.R
November 23, 2010 at 12:24 pm in reply to: Empty Text Field In Row, Shows Other Row's Content When Viewed! #31558vishal.prMemberHi,
We have released SQLyog 8.7 GA with this fix. Refer to http://www.webyog.com/blog/2010/11/19/sqlyog-mysql-gui-8-7-released-form-view-improved-sql-formatter-and-more/
The release notes says With a large number of rows displayed GRID could display garbage and fail to identify properly BLOB/TEXT data belonging to the row.
Please find the version history here
http://www.webyog.com/faq/content/33/7/en/sqlyog-version-history.html
Regards,
Vishal P.R
vishal.prMemberHi Jonathan,
Anti-aliasing in Query Editor was done to improve the rendering quality of fonts and there is no system/application settings to change this. But if you don't like it we can give you a special binary with the change reverted back. Please tell the exact SQLyog version you are using.
I will discuss with the team whether we need to have a preference option to enable/disable anti-aliasing. Sorry for the inconvenience caused.
Regards,
Vishal P.R
-
AuthorPosts