Skip to content
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

Error parsing DDL: int signed #8153

Closed
shlomi-noach opened this issue May 20, 2021 · 0 comments · Fixed by #8189
Closed

Error parsing DDL: int signed #8153

shlomi-noach opened this issue May 20, 2021 · 0 comments · Fixed by #8189

Comments

@shlomi-noach
Copy link
Contributor

shlomi-noach commented May 20, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants