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

Comment Disables Rest Of Query

forums forums SQLyog SQLyog: Bugs / Feature Requests Comment Disables Rest Of Query

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #9236
      tdj
      Member

      If you place a comment in the query, using 4.2 beta 1, the rest of the query is ignored. Priviously, you could have several lines that you could comment in / out, to quickly switch things on and off.

      This will return all records, not a selection

      Code:
      select * from mytable
      — where c1 = 2  (commented out)
      where c1 = 11

      This query is ignored completely, nothing is output

      Code:
      — query to select all records
      — test of comments
      select * from mytabl
    • #19229
      Ritesh
      Member

      Bug confirmed.

      We have changed the SQL lexer in v4.1. The bug will fixed in BETA 2.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.