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.

can't type backtick/backquote in sql editor

See original GitHub issue

System information:

  • Windows 10 with AZERTY keyboard and French Locales
  • dBeaver 6.1.5
  • drivers Mysql and Postgres

Connection specification:

  • Mysql 5.6
  • mysql
  • No tunnel, no proxy

Describe the problem you’re observing:

When in an SQL editor, I can’t type backquote (`) in my query. Very problematic when typing mysql tables names.

Please note that it’s possible to copy & paste a backquote and it works. So it’s more a question of an ignored key sequence.

Also note that on a french keyboard, the backquote is obtained through a Dead_key (cf. https://en.wikipedia.org/wiki/Dead_key )

Steps to reproduce, if exist:

Dbeaver on Windows with Azerty keyboard > open SQL editor > type backquote (`) > no backquote

Include any warning/errors/backtraces from the logs

no log

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
miellabycommented, Nov 9, 2021

FYI, this bug fixed itself some times ago (sorry I didn’t notice when exactly).

1reaction
miellabycommented, Nov 20, 2019

It is. I now recommend french developers to install and use another windows keyboard map like http://planetozh.com/projects/azertyck/

Read more comments on GitHub >

github_iconTop Results From Across the Web

MySQL Bugs: #84977: Backticks are not visible when typing
I have the same problem, and the bug is very annoying. One possible workaround is to type the backticks or quotation marks in...
Read more >
Single Quote, Double Quote, and Backticks in MySQL Queries
Quotes (Single and Double) are used around strings. Backticks are used around table and column identifiers. Double Quotes. Using double quotes here is...
Read more >
Using backquote/backticks for mysql queries - Stack Overflow
My belief was that the backticks were primarily used to prevent erroneous queries which utilized common SQL identifiers, i.e. LIMIT and ...
Read more >
Benefits of using backtick (`) in MySQL queries?
Backticks ` are only used in MySQL, you learn a type of SQL that won't work in any other brand of DBMS. ......
Read more >
Backticks in table editor - HeidiSQL
HeidiSQL has successfully removed redundant backticks from almost all places, but they remain in the "CREATE code" and "ALTER code" tabs:
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