mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.52k stars 307 forks source link

‘DELETE’ does not have an automatic prompt,but ‘CREATE’,‘INSERT’... has #962

Open ghost opened 2 years ago

ghost commented 2 years ago

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:

  1. Connect database
  2. input sql: d

Expected behavior "DELETE" should be prompted

Screenshots image image image

Desktop (please complete the following information):

Additional context When I enter 'd', it automatically prompt "DESCRIBE" and "DROP", no "DELETE"

gjsjohnmurray commented 2 years ago

This is caused by an issue in a component we use:

https://github.com/cloudera/hue/issues/2983

ghost commented 2 years ago

这是由我们使用的组件中的问题引起的:

cloudera/hue#2983 I see, thank you

mtxr commented 2 years ago

@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?

gjsjohnmurray commented 2 years ago

@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.