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

5.21 Beta 1 Major Bug — Wrong Queries Executed!

forums forums SQLyog SQLyog: Bugs / Feature Requests 5.21 Beta 1 Major Bug — Wrong Queries Executed!

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #10066
      ronjeremy_69
      Participant

      I have found that a query of 4 lines or more in the query editor will offset the character position SqlYog thinks is the active statement by 1. Consider the following example:

      SELECT 'a'

      ;

      SELECT 'b';

      Placing your cursor after the “S” and before the “E” of “SELECT 'b';” and pressing F5 returns “a”

      now consider this:

      SELECT 'a'

      ;

      SELECT 'b';

      placing the cursor anywhere on “SELECT 'b';” and pressing F5 will wrongly return “a”

    • #23032
      peterlaursen
      Participant

      Reproduced.

      Working on the fix now.

    • #23033
      peterlaursen
      Participant

      And now fixed in the development tree. 5.22 beta2 will have the fix. A few days only. Maybe even today.

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