vscode-sqltools
vscode-sqltools copied to clipboard
‘DELETE’ does not have an automatic prompt,but ‘CREATE’,‘INSERT’... has
Describe the bug My English is terrible. When I enter 'D', "DELETE" is not automatically completed. When I enter 'C', "CREATE" is automatically completed
To Reproduce Steps to reproduce the behavior:
- Connect database
- input sql: d
Expected behavior "DELETE" should be prompted
Screenshots

Desktop (please complete the following information):
- SQLTools Version: v0.24.0
- VS Code Version: v1.71.0
- OS: Windows 10
- Driver:
- [ ] MySQL/MariaDB
Additional context When I enter 'd', it automatically prompt "DESCRIBE" and "DROP", no "DELETE"
This is caused by an issue in a component we use:
https://github.com/cloudera/hue/issues/2983
这是由我们使用的组件中的问题引起的:
cloudera/hue#2983 I see, thank you
@gjsjohnmurray I saw your PR on hue repo. I'm wondering if in the mean time we could release using a git package install on the package.json. what do you say?
@mtxr based on https://github.com/cloudera/hue/issues/2983#issuecomment-1304006283 maybe it's worth waiting a month or two. But if you prefer to go ahead sooner I'll be happy to review a PR.