vscode-sqltools icon indicating copy to clipboard operation
vscode-sqltools copied to clipboard

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

Open timeday1102 opened this issue 3 years ago • 2 comments
trafficstars

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):

  • 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"

timeday1102 avatar Sep 10 '22 17:09 timeday1102

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

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

gjsjohnmurray avatar Sep 11 '22 00:09 gjsjohnmurray

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

cloudera/hue#2983 I see, thank you

ghost avatar Sep 11 '22 01:09 ghost

@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 avatar Nov 08 '22 03:11 mtxr

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

gjsjohnmurray avatar Nov 10 '22 10:11 gjsjohnmurray