SQL Editor completion deletes text in front of it
See original GitHub issueHi, when I use DBeaver and I allow the code completion to assist entering code, it deletes text that is immediately in front of the cursor upon insert. I have some screenshots to illustrate:
If I have this query written:
But I want to insert another field in between the two, and I place my cursor right in front of the c.
, start typing, and allow it to complete the code:
Then it deletes the c
:
What I think it should say after insert: c.INACTIVATED_DTc.CONTACT_NAME
What it actually says after insert: c.INACTIVATED_DT.CONTACT_NAME
Is this a feature or a bug? Is there a way to change it?
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Manage the Editor and View Mode - SQL Server Management ...
To display line numbers in code · Click Options on the Tools menu. · Click Text Editor. · Click All Languages. · Click...
Read more >Overview of the SQL Delete statement - SQLShack
To remove a row from a table is accomplished through a Data Manipulation Language, aka DML statement, using the delete keyword.
Read more >MySQL Workbench Manual :: 3.2.2 SQL Editor Preferences
When selected, this preference makes it possible to catch UPDATE and DELETE statements with keys that are not used properly and that can...
Read more >Work with Text Editor - Documentation - Devart
Put the Code Editor into the overstrike mode using the INSERT key. Use the DELETE and BACKSPACE keys to remove text or code....
Read more >Working in SQL Editor - Product Documentation
For example, if a text file is opened in the Workbench, SQL Query Tuner detects and ... Code assist is available for SELECT,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Agreed, this should be improved.
Thanks serge. DBeaver is definitely the most excellent DB client I’ve ever used. Great work.