es6-string-html icon indicating copy to clipboard operation
es6-string-html copied to clipboard

SQL line comment must include white space after --

Open oxygen opened this issue 5 years ago • 1 comments

SELECT -- must have whitespace [\s ] after --
    *,
    --123, -- double negative is positive!
FROM table--syntax error in mysql

Currently, es6-string identifies --something as a line comment, although its not (it is a syntax error)

oxygen avatar Apr 30 '19 07:04 oxygen

Linking the PR #52

klausbadelt avatar Feb 18 '23 20:02 klausbadelt