ask9
ask9
**Is your feature request related to a problem? Please describe.** I'm always frustrated when I need to scroll long lists clicking a tiny triangle at the beginning/end of the list....
### Description If there are many databases in Sql Server connection, the button to scroll the list of catalogs is not shown or located out of the screen. The main...
### Description Nothing happens if a user press Ctrl + Space after symbol * in this select: ``` create table "HelloWorld" ( "World" int ); select * from "HelloWorld" ```...
### Description Try to export all tables from Dvdrental database to xlsx-files with "Maximum threads" = 2. https://github.com/user-attachments/assets/de929809-baa6-498a-a264-ad6a9ad23617 ### DBeaver Version Enterprise Edition 24.2.1-202409122322 ### Operating System Windows 10 ###...
### Description Use the query: ``` select * from film as f join film_list as fl on fl.fid = ``` - press Tab to confirm the chosen item from suggestions...
### Description - use code: ``` select * from film as f join film as f2 on f. ``` - place caret at the end of the query, after "f."...
### Description Here in the video I pressed Tab button to accept the first item from suggestion list. I noticed it happens when you type quickly. https://github.com/user-attachments/assets/e31f8513-c88c-4c4a-9ec3-6bcd33b6c23b Another case (looks...
### Description Alias name "f2" is expected here. https://github.com/user-attachments/assets/d27a9381-0b1e-4c2b-b823-51c74e1729ab ### DBeaver Version Enterprise Edition 24.2.3-202410032322 ### Operating System Windows 10 ### Database and driver PostgreSQL 16 PostgreSQL JDBC Driver 42.7.4...
### Description The text 'Manual' is highlighted with wrong color. - create connection to WMI - use code: ``` select * from Win32_Service where StartMode = 'Manual' ``` Expected: color...
### Description If connect/disconnect in a loop to excel files using ODBC, you will notice the number of handles of the dbeaver.exe process in Process Explorer increases constantly over time...