[SQL Editor] How to disable addition extra spaces after autocompletion #11669
-
System information:
Connection specification:
Describe the problem you're observing:While writing query and select from drop down list I got extra space which I delete every time. Steps to reproduce, if exist:I agree this is useful when I select field name and I at WHERE or at ON condition Include any warning/errors/backtraces from the logs |
Beta Was this translation helpful? Give feedback.
Replies: 13 comments 1 reply
-
|
hI, what database do you use? |
Beta Was this translation helpful? Give feedback.
-
|
PostgreSQL |
Beta Was this translation helpful? Give feedback.
-
|
could you provide a query example? |
Beta Was this translation helpful? Give feedback.
-
|
dbeaver.mp4.zip |
Beta Was this translation helpful? Give feedback.
-
|
unfortunately, the video isn't playable for me. |
Beta Was this translation helpful? Give feedback.
-
|
Video is created by kazam on linux. Probably you lack of some codecs =(. Query example is on first post. |
Beta Was this translation helpful? Give feedback.
-
|
Please try to open Properties and go to SQL Editor>Code completion and disable Insert space after table/column names. It should help. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you. But now I get vice-verca behaviour: at Space is useful feature but it require improvements |
Beta Was this translation helpful? Give feedback.
-
|
Please give a query example for WHERE |
Beta Was this translation helpful? Give feedback.
-
select id, name # <<<< example for select
from document d
where d.id = 33 # <<<< example for where |
Beta Was this translation helpful? Give feedback.
-
|
Hello @KES777 |
Beta Was this translation helpful? Give feedback.
-
|
because it looks ugly. For example the one 40Kb query could be executed correct if we write it at one line. But still we split it to many lines for formatting purpose. Here is same it cause me to hit extra buttons to remove extra spaces at wrong place. So if you implement feature it would be good to have it work properly. |
Beta Was this translation helpful? Give feedback.
-
|
Formatting may look unpleasant for you, but be useful for someone else. We added this feature also under user request. As mentioned above, you can disable the setting in the preferences. |
Beta Was this translation helpful? Give feedback.






Please try to open Properties and go to SQL Editor>Code completion and disable Insert space after table/column names. It should help.