You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following sql. Yes, I have sql queries in database tables. Do not judge me 🐇
This is the code i want to highlight:
INSERT INTO MESSAGESEARCHPATTERN (name, query)
VALUES ('a','select ''hello world'' from a')
-- this is a commentINSERT INTO MESSAGESEARCHPATTERN (name, query)
VALUES ('a','select ''hello world'' from a')
this is, what the test page/prismjs makes from it (language is SQL):
The text was updated successfully, but these errors were encountered:
From a really quick look at it, it appears to be more about the '' part of the string than about the comment. I think our component does not handle "quote-escaped quotes" (is there a name for this?) in the string pattern at the moment.
I have the following sql. Yes, I have sql queries in database tables. Do not judge me 🐇
This is the code i want to highlight:
this is, what the test page/prismjs makes from it (language is SQL):
The text was updated successfully, but these errors were encountered: