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

oracle解析create index 出现重复表空间字句 #1910

Closed
zzx8170 opened this issue Aug 15, 2017 · 3 comments
Closed

oracle解析create index 出现重复表空间字句 #1910

zzx8170 opened this issue Aug 15, 2017 · 3 comments
Labels
Milestone

Comments

@zzx8170
Copy link

zzx8170 commented Aug 15, 2017

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字句,后面也不会有

@wenshao wenshao added the Bug label Aug 16, 2017
@wenshao wenshao added this to the 1.1.3 milestone Aug 16, 2017
@wenshao
Copy link
Member

wenshao commented Aug 16, 2017

bug确认,将会在周末发布新版本修复问题。方便说一下你的使用场景么?

@zzx8170
Copy link
Author

zzx8170 commented Aug 16, 2017

谢谢,还有#1866#1867、#1868三个issue也能确认bug,希望一起修复,我们的场景是oracle自动调数,常用的ddl和dml语句都希望能解析!

@wenshao
Copy link
Member

wenshao commented Sep 4, 2017

问题已解决,请用新版本 https://github.com/alibaba/druid/releases/tag/1.1.3

@wenshao wenshao closed this as completed Sep 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants