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: Selected Query #32688
    Mirel Stoica
    Member

    Ctrl+F9

    in reply to: Selected Query #32687
    Mirel Stoica
    Member

    Sorry I didn't know that execute query works for selected query (I always used execute selected query for those)

    Then it means that F9 and Ctrl+F11 does the same thing…

    thank you

    mirel

    in reply to: Grid Status Bar #32836
    Mirel Stoica
    Member

    grid's row number

    in grid's status bar you have total number of rows, it will be usefull to have grid's current row number next to it

    in reply to: Selected Query #32685
    Mirel Stoica
    Member

    Hi

    the feature Execute selected query from mouse right click is now removed (in 9.32) instead of beeing fixed.

    (Ctrl F11 is working …)

    It was an usefull feature…

    Mirel

    in reply to: On Update Column For Table Creation , Altering #32107
    Mirel Stoica
    Member

    it's working thanks

    in reply to: #28342
    Mirel Stoica
    Member

    I found a picture for clock (it my be usefull for events node)

    http://commons.wikimedia.org/wiki/File:Nuv…_clock_rosa.png

    in reply to: #28341
    Mirel Stoica
    Member
    peterlaursen wrote on Feb 5 2009, 02:48 PM:
    I think such UDF-folder should be on top (just below the connection name). A UDF is not specific for a single database – it is globally available on the server.

    You are right that this is rather simple GUI programming (a new folder object (populated by “SELECT .. FROM mysql.funcs” statement), a corresponding context-menu and a small dialogue where user can enter parameters for CREATE). I will add this to our issue-tracker. I cannot decide on priority here and now!

    you are probably right with the location it should be on top

    thank you

    in reply to: #28339
    Mirel Stoica
    Member

    Nice change on interface … but you should change the clock from events node … it has an irregular black margin

    in reply to: #28338
    Mirel Stoica
    Member
    peterlaursen wrote on Feb 5 2009, 02:04 PM:
    How could you propose the implemation of it?

    We could add a content menu to the 'connection' node in Object Browser doing CREATE FUNCTION (http://dev.mysql.com/doc/refman/5.0/en/create-function-udf.html) with parameters specified by user in a dialogue box. But there is no option to copy or build the shared library from SQLyog (the API client code cannot access file system, compiler etc. – It can only connect to MySQL!)

    You could add a new node after function or after events with name UDF or something and when adding udf to put the syntax in query editor

    CREATE FUNCTION /* function name must match function inside udf */

    RETURNS /* INTEGER| VARCHAR| ETC… */

    SONAME /* “function library with surrounding quotas” */;

    thank you for replay so fast

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