Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Feature Request: Backup To Clipboard

forums forums SQLyog SQLyog: Bugs / Feature Requests Feature Request: Backup To Clipboard

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #30930
      Khushboo
      Member

      Hi,

      Thank You for your valuable suggestion.

      I have added your request “Add an option to “export to clipboard” in ExportAs… Dialog” in our issue tracker:

      http://code.google.com/p/sqlyog/issues/detail?id=1375

      This feature is marked with the label 'scheduled' which means that it will be discussed at next review meetings in the SQLyog team.

      Regards,

      Khushboo

    • #30931
      peterlaursen
      Participant

      Isn't this a duplicate of this very old request:

      http://code.google.com/p/sqlyog/issues/detail?id=99

      Both of you please explain the difference (if any).

      The problem with 'export to clipboard is in my understanding that there is no safe way to ensure that Windows will not truncate. Nobody knows in advance how big the clipboard is. It depends on what else is running. (but maybe I am wrong here?)

    • #30932
      DAE51D
      Member
      'peterlaursen' wrote on '09:

      The problem with 'export to clipboard is in my understanding that there is no safe way to ensure that Windows will not truncate. Nobody knows in advance how big the clipboard is. It depends on what else is running. (but maybe I am wrong here?)

      I wouldn't worry about the buffer size. I think in most (if not ALL use cases), we're talking about very small amounts of data — hence the reason it's irritating to have to export to a file, then load it back in, just to get a “quick” SQL dump.

      As mentioned, I often need to just blast in a few records and once I have inserted one via the GUI, I want a quick and easy way of “duplicating” that record with some minor changes. Say I am creating a user table to test my new super amazing world changing social network, well then I need more than 1 user to test with, so I'll take user.id == 1 (me usually) and clone my “INSERT INTO users (id, name, gender) VALUES (1, 'daevid', 'm')” statement and tweak the second “(…)” part to make user (null, 'joe', 'm'), (null, 'bob', 'm'), (null, 'mary', 'f') etc… so I have some data to play with. Exporting a file for a schema or data for a single row is overkill.

      But a quick Google search reveals this: http://www.techtalkz.com/windows-xp/423447-clipboard-limit.html

      Quote:
      The amount of data a that can be placed on the clipboard depends on the amount of free memory available. Programs running shares the available memory with the clipboard. Less programs running the more data that you can store on the clipboard. To see the contents of your clipboard: Start > Run > type clipbrd.

      So your concern is moot. 🙄

Viewing 2 reply threads
  • You must be logged in to reply to this topic.