-
Notifications
You must be signed in to change notification settings - Fork 49
自动补全失效 #166
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
Comments
这个问题我们已经在做了,可以看下这个 PR: DTStack/dt-sql-parser#334 |
nice 有预计完成日期吗 |
select * from 这种语法如果不输入星号。无法提示后面的关键字及库表信息 例如:select from database.table |
在解析时会尝试拆解到完整语句,目前不支持部分置空补全,因为这会显著增加匹配的选项,导致补全准确性降低。 |
![]() |
出现了新的问题,解析引擎为HIVE: 当如输入 select * from catalog. 进行补全的时候,syntax的wordRanges解析出来的是\n和select, 正确的解析应该是catalog和. 复现场景:当前SQL上面存在注释信息 |
感谢提醒。新出现的这个问题可以在 DTStack/dt-sql-parser#424 中跟进 |
新出现的问题已在 DTStack/dt-sql-parser#424 中提了 PR,当前 issue 关闭。 |
如果在我当前输入的SQL上面 存在一条解析错误的sql时,当前输入的SQL无法提示关键字,库表等信息
The text was updated successfully, but these errors were encountered: