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

[b6] Repeatable Crash In Alter View/autocomplete

forums forums SQLyog SQLyog BETA Discussions [b6] Repeatable Crash In Alter View/autocomplete

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #21191
      peterlaursen
      Participant

      This crash is reproducable here .. even when I don't have the TAGs file of yours.

      To reproduce

      1) copy the complete view definition to editor

      2) delete `msgs`.`quar_type` AS `Quarantine`,

      3) type `msgs.

      and it crashes.

      If I only type the `msgs. into an empty editor there is no crash

      Let me point here to two more issues with autocomplete.

      (1 is more important than 2. Actually I think 1) is a blunder 😀 )

      1)

      select * from ta finds table_name

      but

      select * from `ta does not.

      I think autocomplete should strip backticks before evaluating

      2)

      select * from table_name where co

      finds “column_name” but not “column.name.

      I think punctuations are valid inside a columnname ??

    • #21192
      Ritesh
      Member

      Point 1 and 2 will be fixed today.

      I can get point 3. I think you are getting them too as posted in another topic.

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