Version 2018.8.3.0
Changes in this release:
- Added support for compiler generated code behind files like those for inline code in Razor
.cshtml files.
- Fixed handling of Unicode SQL strings (Select X = N'Unicode string literal').
- Added support for escaped apostrophes (single quotes) in SQL script literal strings
(Select X = 'That''s supported now').