forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Basic Features Missing
- This topic is empty.
-
AuthorPosts
-
-
August 8, 2011 at 6:29 am #32499
ashwin
MemberHi Efolia,
Quote:1) The ability to jump to the first/last row of a table in a paged display (the double arrows in PHPMyAdmin). This is an important feature to have quick access to when you're testing actual data because you usually want to validate the last value that was entered.We already have feature request to add “|<" and ">|” buttons (go to first/go to last) in addition to “<" and ">“(go to first/previous). It is added here: http://code.google.com/p/sqlyog/issues/detail?id=1604
Currently the priority is not set, but we will discuss and prioritize accordingly.
Quote:2) The ability to upload and download backups in an archived format (at least gzip).You can use 'Scheduled backup'(Powertools->Scheduled backup) to backup in zip format. But we do not have an option to decompress from inside SQLyog. There is similar request in our issue tracker: http://code.google.com/p/sqlyog/issues/detail?id=1306
We will discuss about this and prioritize.
Thanks,
Ashwin A
-
August 8, 2011 at 6:38 am #32500
peterlaursen
Participant1) This is already recorded here: http://code.google.c…s/detail?id=898 . It is not selected the next 'round' of features to be added. Actually the idea of first and last row does not apply to a database. There is no guarantee in what order the server will return rows unless an ORDER BY clause is used. So the 'last inserted row' will not necessarily be 'the last returned'. But in simple cases (like a table with a Primary Key on an auto_increment colum) it will.
2) Do you use HTTP tunnel? If you don't this “as most web server software comes preconfigured to handle compressed dumps” is not valid. Only with HTTP tunnel a webserver is involved. With direct connection and SSH-tunnel we have an option to use 'compressed protocol'. It results in same level of compression as gzip over HTTP (it is exactly same compresssion algorithm actually). We also have the option to compress backups (in the 'scheduled backup' tool, but not in the 'export' tool), but they will have to be unzipped manually though before importing. This is also recorded http://code.google.c…/detail?id=1306
We still have no plans for a 'native' Linux build. We have seen complaints before about similar issue as what you report with Crossover – but never/rarely with the free Wine from winehq.com (and as shipped with most distro's)
-
-
AuthorPosts
- You must be logged in to reply to this topic.