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
Summary
sqlparser-rs is support unsigned numeric type: https://github.com/sqlparser-rs/sqlparser-rs/blob/994b86a45c632c092993371e53cfb23a823dfaa2/src/ast/data_type.rs#L49-L61
We should update it and then support the unsigned syntax:
create table t1(int unsigned);
The text was updated successfully, but these errors were encountered:
It's hard to merge with upstream, better to back port.
Sorry, something went wrong.
TCeason
Successfully merging a pull request may close this issue.
Summary
sqlparser-rs is support unsigned numeric type:
https://github.com/sqlparser-rs/sqlparser-rs/blob/994b86a45c632c092993371e53cfb23a823dfaa2/src/ast/data_type.rs#L49-L61
We should update it and then support the unsigned syntax:
The text was updated successfully, but these errors were encountered: