-
Notifications
You must be signed in to change notification settings - Fork 89
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
希望后续能支持UPDATE、DELETE等sql,最好建表SQL也能支持 #47
Comments
Update, Delete 都有,create 目前没有,有时间我加下。 @otary,如果你愿意,欢迎提pr |
试了下,UPDATE语句解析报错:[syntax error] indices name must be set |
发下语句 |
实际上,任何UPDATE语句都会报错~! |
@otary 你是这么获取的吗?parseResult.getUpdateByQueryRequest() |
ElasticSql2DslParser elasticSql2DslParser = new ElasticSql2DslParser(); result.getUpdateByQueryRequest(); // 返回内容update-by-query [users] updated with Script{type=inline, lang='painless', idOrCode='ctx._source.age=10;', options={}, params={}} 我想获取update的dsl,不知道要怎么获取呢?求指教 |
如题,希望后续能支持UPDATE、DELETE等sql,最好建表SQL也能支持
The text was updated successfully, but these errors were encountered: