You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Parsing fails where column comments contain a pair of single quotes, ''. This is used for column comments in snowflake to allow a single ' to appear in the definition.
To Reproduce
Parse the statement:
CREATETABLEtable (column_1 int comment 'This comment isn''t right')
Expected behavior
A standard parsing output:
Expected:
Describe the bug
Parsing fails where column comments contain a pair of single quotes,
''
. This is used for column comments in snowflake to allow a single'
to appear in the definition.To Reproduce
Parse the statement:
Expected behavior
A standard parsing output:
Expected:
Screenshots
Instead, we get the output
[]
Version
Latest
Additional context
I know this is snowflake syntax. Perhaps it is also true for other dialects, I'm not sure.
The text was updated successfully, but these errors were encountered: