ask9

Results 69 issues of ask9

### Description 1. Execute this code: ``` CREATE OR REPLACE PROCEDURE public.hello_world() LANGUAGE sql AS $procedure$ SELECT 1 ; $procedure$ ; call public.hello_world(); ``` 2. refresh database navigator 3. set...

bug
xp:normal
xf:sql editor

### Description 1. Execute this code: ``` CREATE OR REPLACE FUNCTION public.hello2("Login" character varying, arg2 double precision) RETURNS integer LANGUAGE plpgsql AS $function$ begin return 1; end; $function$ ; select...

bug
xp:normal
xf:sql editor

I suggest to enhance navigation through sql-files by adding a new feature: go back / go forward (to previous/next location). It is very similar to existing feature in menu "Navigate"...

feature request
wait for review

### Description I want auto-complete to suggest me column name "castmethod" when I start typing "meth..." in where-clause of select-statement. Application suggest me "METHOD" (most of users don't need this...

bug
xf:sql
xp:normal

If a table has an alias, the autocomplete should make use of it and add it to autocompleted column names automatically. https://github.com/dbeaver/dbeaver/assets/33929221/01b492c2-a384-4b5a-be7e-206296f4b176 Expected: after autocomplete, the resulted query is: ```...

feature request
xf:sql editor

### Description This issue consists of three parts linked together: 1. Not all available columns are added when expanding symbol * using Ctrl + Space for queries with joins. 2....

bug
xp:normal
xf:sql editor

### Description Ctrl + Space should expand the column list from symbol * to correct list of columns. It doesn't happen for some types of queries, one of which is...

bug
xp:normal
xf:sql editor

### Description "Autosave editor on close" checkbox works correctly only for sql, but not for other extensions (for example, txt-files) Is it a feature or bug? Why should it depend...

bug
wait for review
xf:ui

### Description I expected to close tab with Search-tab but Sql-tab was closed. Same issue - for tab Error log (seems like all non-sql tabs affected?). This hotkey is very...

bug
wait for review
xf:ui
xf:sql editor

### Description It is expected that autocomplete suggests the word "information_schema". Please also check all other kinds of databases. https://github.com/user-attachments/assets/0fe56697-9326-43ff-8034-e29b460d5fc0 ### DBeaver Version Community Edition 24.1.5-202408122322 ### Operating System Windows...

bug
wait for review
xf:sql editor