-
Notifications
You must be signed in to change notification settings - Fork 56
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
Enhance Select Statement Parser #6
Comments
Yes, it's part of the plan, but I haven't decided on a timeline. For what you're looking for, you shouldn't technically need another parser, we just need to figure out a good way of expressing the results in the TSQLSelectStatement and/or TSQLFromClause classes and related classes, plus a few minor additions to the existing TSQLSelectStatementParser logic. Feel free to come up with a suggested solution and submit a pull request. |
…down SELECT clause into expressions. #6
…ng and argument list parsing. #6
…selects and window functions. #6
Columns are now returned in SELECT clause in latest version, https://www.nuget.org/packages/TSQL.Parser/2.0.0 . More work still to be done to break out pieces of FROM, WHERE, and others. |
Is it planed to add more Statement Parsers?
For example, in the Select Statement, the "select" property contains only Tokens. But I'd like to find out, if it contains subselects...
Or in the From, if it contains joins. I think they should contain also statements
The text was updated successfully, but these errors were encountered: