Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TSQL select query not parsed when it inside the quotes #4631

Open
upilesh opened this issue May 26, 2024 · 1 comment
Open

TSQL select query not parsed when it inside the quotes #4631

upilesh opened this issue May 26, 2024 · 1 comment

Comments

@upilesh
Copy link

upilesh commented May 26, 2024

TSQL grammar not parsed select query when it is inside the single quotes
it is a dynamic sql where quotes can be seperated as well
It is considered as string text
select @v_sql =
'set forceplan on
select .....
set forceplan off
'

@KvanTTT
Copy link
Member

KvanTTT commented Jun 1, 2024

Most likely this issue should have been raised in another repo: https://github.com/antlr/grammars-v4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants