ask9

Results 69 issues of 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....

feature request
xf:ui
wait for votes

### 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...

bug
xo:windows
xf:ui
xp:normal

### Description Nothing happens if a user press Ctrl + Space after symbol * in this select: ``` create table "HelloWorld" ( "World" int ); select * from "HelloWorld" ```...

bug
xp:normal
xf:sql editor

### 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 ###...

bug
xf:datatransfer
xp:normal

### 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...

bug
xp:normal
xf:sql editor

### Description - use code: ``` select * from film as f join film as f2 on f. ``` - place caret at the end of the query, after "f."...

bug
xp:normal
xf:sql editor

### 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...

bug
xp:normal
xf:sql editor

### 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...

bug
xp:normal
xf:sql editor

### Description The text 'Manual' is highlighted with wrong color. - create connection to WMI - use code: ``` select * from Win32_Service where StartMode = 'Manual' ``` Expected: color...

bug
xp:normal
xf:sql editor
x:wmi

### 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...

bug
x:odbc
xp:normal
investigation