mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.48k stars 296 forks source link

blocks with trailing comments fail with "Cannot read properties of undefined" #1029

Closed brocla closed 1 year ago

brocla commented 1 year ago

Describe the bug Blocks of SQL code that are followed with C-style comments /.../ fail with error Cannot read properties of undefined

To Reproduce

-- @block
select * FROM Student;
/* trailing comment */

Expected behavior Should have shown all the contents of table Student.

Desktop (please complete the following information):

gjsjohnmurray commented 1 year ago

Duplicate of #1131