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
driud版本:1.1.1
create index idx_t12 on t1(id) tablespace users online; 解析后: CREATE INDEX idx_t12 ON t1(id) TABLESPACE users ONLINE TABLESPACE users
最后多了一个TABLESPACE users,如果前面不写tablespace字句,后面也不会有
The text was updated successfully, but these errors were encountered:
bug fixed for sql parser. for issue #1910
97ed996
bug确认,将会在周末发布新版本修复问题。方便说一下你的使用场景么?
Sorry, something went wrong.
谢谢,还有#1866、#1867、#1868三个issue也能确认bug,希望一起修复,我们的场景是oracle自动调数,常用的ddl和dml语句都希望能解析!
问题已解决,请用新版本 https://github.com/alibaba/druid/releases/tag/1.1.3
No branches or pull requests
driud版本:1.1.1
create index idx_t12 on t1(id) tablespace users online;
解析后:
CREATE INDEX idx_t12 ON t1(id)
TABLESPACE users ONLINE
TABLESPACE users
最后多了一个TABLESPACE users,如果前面不写tablespace字句,后面也不会有
The text was updated successfully, but these errors were encountered: