Is there an existing issue for this?
Category of Bug / Issue
Converter bug
Current Behavior
Two Single quotes are getting converted to one double quote. This should only happen when 2 single quotes are within static string.
The cause of this is one single quote within comment so converter considers 2 single quote being within a static string.
Expected Behavior
- The fix for this is: hide comments before capturing all nested static strings.
Steps To Reproduce
To reproduce convert below file with mssql dialect.
dbo.usp_LTV_Prep.StoredProcedure.sql
Relevant log output or Exception details
Logs Confirmation
Sample Query
Operating System
macOS
Version
latest via Databricks CLI