Elizabeth

Results 59 issues of Elizabeth

User was trying to save a query, that is executed to refresh the table data with custom filters and orderings. What they tried to do: 1. Put the focus to...

feature request
xf:data
xf:navigator
xf:ui
xf:sql editor

### Description 1. The user was trying to double-click on table cells in order to edit the jump server host and other information. However, it was not obvious to the...

bug
xf:ui
xp:normal
xf:ssh

### Description 1. We want to move this settings to some other page about UI (it's hard to find them now) ![image](https://github.com/dbeaver/dbeaver/assets/28875055/81ffaac4-87d8-4535-8ea1-1695b56df232) 2. It's not clear how to use all...

bug
xf:ui
xp:normal

We need to work with Positions under syncExec to not interfere with eclipse reading and updating them

The name Driver properties may be confusing in the Connection configuration dialog. Let's rename it. ![image](https://github.com/user-attachments/assets/6d54c400-285b-4c82-88f7-6131a99bb0d8) To do: - Rename Driver properties —> Default properties - Add a hint :...

enhancement
xf:ui
xf:connection
trivial

Turn off by default the `Show values` setting, which turns on the proposals that require SELECT DISTINCT queries ![image](https://github.com/user-attachments/assets/70572ee4-4bd9-4181-a0c1-107a33d4d0a9)

### Description 1. Create a script with the following query (PostgreSQL) ``` create or replace procedure proc1() language plpgsql as $$ begin select pg_sleep(10000); end; $$ ; ``` 2. Disconnect...

bug
xf:sql execution

Bugs fixed: 1. Press Space, then Backspaсe several times in the middle of the script. After a while, the script's highlighting disappears after the edited place. 2. Write a query...