Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to switch the capitals characters transform in DBeaver?

Tags:

dbeaver

The SQL editor in DBeaver has this unsupportable feature of transforming all capital characters into lower case. This happens as you type, the most schizophrenic thing.

I have searched in the menus and the Preferences dialogue, but I can not find the setting to this feature. How can I switch it off?

like image 757
Luís de Sousa Avatar asked Feb 02 '17 14:02

Luís de Sousa


People also ask

How do I get beautify code DBeaver?

To format an SQL text, select it and press Ctrl+Shift+F or right-click the selected text and click Format -> Format SQL on the context menu. To format a script to upper or lower case, highlight the SQL text, then right-click it and click Format -> To Upper Case / To Lower Case, respectively, on the context menu.

How do I turn on line numbers in DBeaver?

Right click on left column of SQL Editor and click Show / Hide Line Numbers from context menu.

How do you write commands in DBeaver?

To execute a query under the cursor or selected text, press Ctrl+Enter or right-click the query and click Execute -> Execute SQL Statement on the context menu. You can do the same using the main toolbar or main menu: SQL Editor -> Execute SQL Statement.


1 Answers

Got to Preferences > General > Editors > SQL Editor > SQL Formatting. Then over under Auto Format there is a box for Convert Keyword Case.

enter image description here

like image 148
Onychomys Avatar answered Sep 30 '22 17:09

Onychomys