question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SQL Editor completion deletes text in front of it

See original GitHub issue

Hi, 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: debeaver insert 1

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: debeaver insert 2

Then it deletes the c: debeaver insert 3 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:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
serge-ridercommented, Oct 11, 2018

Agreed, this should be improved.

0reactions
ryguy40commented, Oct 22, 2018

Thanks serge. DBeaver is definitely the most excellent DB client I’ve ever used. Great work.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found