Menu

Bug: Improper highlighting of SQL keywords

2008-07-21
2012-11-13
  • Nobody/Anonymous

    If you:
    1) Open a new document and type this: select '\'' from t3
    2) then set the language to SQL

    "from" will not be highlighted because of the second occurrence of '

     
    • Bob Uncle

      Bob Uncle - 2008-07-31

      I am still using version 4.6 and it is wrong even back then.

       
    • Nobody/Anonymous

      That SQL is invalid ... the "from t3" is part of the unterminated string literal.  Correct SQL is:

      select '\''' from t3