Forum Replies Created
-
AuthorPosts
-
vishal.prMember
Hi Sinisa,
In Messages tab there is a dropdown where you can select what should be displayed. So if the Messages tab says there is an error, you can use this to see only errors.
vishal.prMemberOne solution would be to wrap the purging logic and backup job in a batch script and schedule it. For example if you know where the backups are stored you can execute del path odirectory*.* and then do the backup.
vishal.prMemberHi Jan,
We have ported SQLyog source code and all the libraries to 64 bit. You may checkout from Google Code.
vishal.prMemberHello Pest,
This was caused by a window style we used to make the dialog a little more elegant, but unfortunately it shows this behavior and is documented here. We have now removed this particular style and now have to live with the thick caption bar. The fix will be available in next public release.
Thanks for reporting the issue.
Regards,
Vishal P.R
vishal.prMemberHi Jan,
We are aware that the SQLyog source code need some cleanup in order to port to 64 bit. It is not only about getting it to compile without errors. A lot of places LONG is substituted for pointer types, this include user/instance data associated with windows, message parameters etc. So even if we are able shut up the compiler with these changes we cannot guarantee that the code will run fine on 64 bit. Also the libraries and components that SQLyog use also need to be ported to 64 bit, without doing it there is no point in compiling SQLyog for 64 bit.
It is in our wishlist and we will update here once the porting is done.
Regards,
Vishal P.R
vishal.prMemberHello larsen,
This has been fixed in the current development tree. Will be available v10 Beta1.
vishal.prMemberHello Tim,
Are you sure you are refering to User Defined Functions and not Stored Functions?
- If you are refering to Stored Functions, then we had a report here http://code.google.com/p/sqlyog/issues/detail?id=1685 and was fixed in version 9.5. Please make sure that you are using either the fully qualified name of the function or the function is in the active database (the one selected in object browser). It should work then. If not, please provide a reproducible test case so that we can check this at our end.
- If you are refering to User Defined Functions itself, then sorry autocomplete currently dont support them. I have added this to our issue tracker as a feature request. Refer to http://code.google.com/p/sqlyog/issues/detail?id=1788 . We will check what we can do here and prioritize accordingly.
Regards,
Vishal P.R
vishal.prMemberHi,
Coincidentally we also discovered this yesterday. We had another user reporting the same so had a screen sharing session and were able to figure out this. In the next public release we will have a fix for this.
Regards,
Vishal P.R
February 23, 2012 at 5:15 pm in reply to: Sqlyog Craches When Press Esc In New Table/edit Table View #33166vishal.prMemberHello Nicolae,
Thanks for reporting. The issue has been fixed and will be available in next public release(v9.61).
Regards,
Vishal P.R
vishal.prMemberHi Mitch,
This is confirmed to be a WINE issue and is reported here http://bugs.winehq.org/show_bug.cgi?id=29625
Hopefully WINE developers will take it seriously and fix it in 1.4. Suggested workaround is to install native comctl32.dll through winetricks.
Regards,
Vishal P.R
vishal.prMemberLooks great
December 1, 2011 at 12:50 pm in reply to: Problems With Special Characters In Table Data Grid #32889vishal.prMemberHi Kekami,
We have fixed the issue and providing you a special binary with the fix. You can download it from here. Please try the build in your environment and let us know the status.
Note: This is a special build from 9.5 tree which is currently in beta stage. Refer to http://www.webyog.com/blog/2011/11/29/sqlyog-mysql-gui-9-5-beta-1-released/
Thanks for reporting the issue.
Regards,
Vishal P.R
vishal.prMemberWe already have such requests in our issue tracker. Refer http://code.google.com/p/sqlyog/issues/detail?id=954&q=save%20session
We have prioritized this in our road-map but currently we are all booked. So it may take another 3 or 4 months to make it into development phase.
Thank you
Vishal P.R
August 18, 2011 at 6:07 am in reply to: Bug Function Names Are Not Included In The Autocomplete #32553vishal.prMemberCan you rebuild the tag files and try. To rebuild tags, in main menu goto Powertools->Rebuild tags.
Regards,
Vishal P.R
vishal.prMember'Jason wrote:Ok, thanks.
Your reverse selection I've tried early, but it does work only if we start/end selection on the longest string. In other words, if we have longest string in the middle of selection – it's cutting selected text.
A fix is committed for this particular issue. This will be available in the next public release. Thanks for reporting.
Regards,
Vishal P.R
-
AuthorPosts