Teradata/PyTd

SQL scripts containing multiple dashes with quotes (e.g. '--') break multi-statement parsing.

escheie opened this issue · 0 comments

SQL scripts containing multiple statements are not parsed correctly if one of the SQL statements contains multiple dashes within quotes. These multiple dashes are being treated as the beginning of a new single line comment instead of part of the quoted string.