You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Craig (Jira)" <ji...@apache.org> on 2020/03/05 15:34:00 UTC

[jira] [Created] (NETBEANS-3958) Mismatched quote in SQL

Craig created NETBEANS-3958:
-------------------------------

             Summary: Mismatched quote in SQL 
                 Key: NETBEANS-3958
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3958
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 11.2
         Environment: macOS Catalina 
            Reporter: Craig
         Attachments: Demo.sql

Quotes mismatch when editing a trigger in NetBeans. Even if it's treating the code as pure SQL, this should not happen. Don't be distracted by the Python inside SQL.
If you look at the attached SQL code in NetBeans, note the #' on line 16. That quote is there to bypass the issue and it is mismatched to the last quote preceding it.
Remove the quote and see what happens!!!

BTW, it would be awesome if you supported Python. It is one of the most popular languages in the world.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists