This is lower importance - but from anĀ aesthetic point of view - probably should be fixed.
When viewing tab history, if you have a script that has a single quote within a bracketed identifier - the formatting engine regards it as the beginning (or end) of a string.
For example
SELECT 'A String' AS [First's String], 'Another String' AS [Second's String]
Save that SQL and view it in Tab History
When viewing tab history, if you have a script that has a single quote within a bracketed identifier - the formatting engine regards it as the beginning (or end) of a string.
For example
SELECT 'A String' AS [First's String], 'Another String' AS [Second's String]
Save that SQL and view it in Tab History