We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Part of #1548
Spanned
We would like to add span information through out the rest of the AST structures (see docs in #1549) and list on #1548
In order to support this feature reasonably, we need to be able to test the feature and avoid regressions
I think we need some sort of span test.
I recommend
tests/sqlparser_spans.rs
Then add a test that
I think we'll have to use judgement on how fine grained the location information can / should be.
The text was updated successfully, but these errors were encountered:
@lustefaniak , given your comments on
We have an extensive internal test suite living in a downstream project using a fork of this library.
I wonder if you have any suggestions here (or maybe a code pointer for the downstream tests that we could possible start looking at?)
Sorry, something went wrong.
No branches or pull requests
Part of #1548
Usecase
Spanned
to retrieve source locations on AST nodes #1435We would like to add span information through out the rest of the AST structures (see docs in #1549) and list on #1548
In order to support this feature reasonably, we need to be able to test the feature and avoid regressions
Proposal
I think we need some sort of span test.
I recommend
tests/sqlparser_spans.rs
Then add a test that
I think we'll have to use judgement on how fine grained the location information
can / should be.
The text was updated successfully, but these errors were encountered: