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
int signed
The following valid query:
alter table t add column iii int signed not null;
works, but generates this in the error log:
ignoring error parsing DDL 'alter table t add column iii int signed not null': syntax error at position 40 near 'signed'
Again, it works, but I'm concerned about that warning; there shouldn't be one.
The text was updated successfully, but these errors were encountered:
systay
GuptaManan100
Successfully merging a pull request may close this issue.
The following valid query:
works, but generates this in the error log:
Again, it works, but I'm concerned about that warning; there shouldn't be one.
The text was updated successfully, but these errors were encountered: