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

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Possibility To Copy All Column Names? #33209
    bitseeker
    Participant

    thanks Samatva,

    but still not very handy. On windows column select works with ALT-LMB drag. Funny this works only in Text/Detailed mode and not in HTML mode ;o)

    In MySQL Front you could select field names in Object Browser just like files in Windows Explorer using Shift or Ctrl + LMB and then copy -> when pasting you got selected fields comma-seperated in one single line.

    in reply to: Possibility To Copy All Column Names? #33207
    bitseeker
    Participant
    'peterlaursen' wrote:

    No. But you can double-click on anything in the Object Browser and it will insert to the editor.

    I know, but double-clicking every single column in a table with 30+ columns is rather annoying.

    What about extending 'Paste SQL Statements' with 'All table columns'? 🙄

    thx bitseeker

    in reply to: Select Multiple Rows In Table At Once #25448
    bitseeker
    Participant

    thanks peter, i was aware of that. But i guess it would be more convenient to have a checkbox on top left (see image) or using keyboard shortcut like Ctrl-A instead of scrolling.

    [attachment=1723:sqlyog-select-all.PNG]

    in reply to: Select Multiple Rows In Table At Once #25446
    bitseeker
    Participant
    'peterlaursen' wrote:

    We work hard to release next beta release on Friday (that won't have this).

    There are lots of requests .. we would like to honour them all!

    I hope to be more specific by next week.

    Now with ver. 9.62 and 4 years later – is there the ability to select all rows in a result grid?

    greets

    in reply to: Feature Request: Strg+Tab For Switching #31949
    bitseeker
    Participant
    'peterlaursen' wrote:

    Now as we will need options to navigate BOTH the ;uppermost level (connections) AND the lower level (quires) what could you suggest to replace use of PgUp/PgDown keys (that may not be available if 'numlock' is enabled)?

    Why don't just switch Strg+Tab/Strg+Shift+Tab to the query tabs?

    In fact when having multiple connections open (using 'connection tabs') you can select them right now with Strg+[Number] – so there should be no problem with laptop 'numlock'.

    in reply to: Mysql Socket For Ssh Connection #31939
    bitseeker
    Participant
    'peterlaursen' wrote:

    I do not understand “have the MySQL server at socket 3316”.

    “3316” looks like a port number. A socket would be a file (typically named 'mysql.sock').

    Ok, shame on me! Of course 3316 is the port they put mysql5 on, the socket is '/tmp/mysql5.sock'

    in reply to: Sql Formatter #29272
    bitseeker
    Participant

    Same with this piece of code:

    Code:
    SELECT sto_id, sto_artnr, sto_manuf, sto_stock, sto_distrib, MATCH (sto_artnr) AGAINST ('us*' IN BOOLEAN MODE) AS relevance
    FROM sto_stock
    WHERE MATCH (sto_artnr) AGAINST ('us*' IN BOOLEAN MODE)
    ORDER BY relevance, sto_artnr, sto_manuf desc
    in reply to: #26183
    bitseeker
    Participant

    with v8.21 nothing happend to filter a value that is not in range of the table grid in table data tab (see above post).

    Will there be some progress in the near future to implement in Ultimate?

    in reply to: #26182
    bitseeker
    Participant

    @peter

    your suggestion how to handle filtering is not very productive. Take a look a MySQL-Front:

    Bild-0013.png

    would be nice to have in SQLyog too…

Viewing 9 posts - 1 through 9 (of 9 total)