Skip to content

Fix string highlighting when escaping quote marks in string literals #27

Description

@Rekkonnect

According to this article, quote marks are escaped in a variety of ways.

Here are some examples coming from the aforementioned article:

'Mike\'s House'
"Mike's House"
'Mike''s House'

From the above examples, only the double single-quote character escaping works in SQL CE:

'Mike''s House'

The other two queries are invalid and cause parsing errors. Supporting only this case is sufficient.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions