antlr / antlr4

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
http://antlr.org
BSD 3-Clause "New" or "Revised" License
17.04k stars 3.27k forks source link

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

Open upilesh opened 4 months ago

upilesh commented 4 months ago

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 commented 4 months ago

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