Skip to content

Search results in SQL functions editor point to WRONG function definitions #5348

@githubuser181226

Description

@githubuser181226

Hello.

I've encountered a major bug in the SQL functions editor, specifically the search for function names command is broken.

Above the function list there is a search box. You type a name in it and the program filters the list below leaving only corresponding function names.

However clicking the items inside that filtered name list results in bringing up the WRONG function definition in the editor.

Moreover, when a function in the filtered list is selected and delete button is clicked then the WRONG function gets deleted.

I think the program, despite correctly filtering the list, does not use that filtered list as the source when the selection is made. Instead the original unfiltered list seems to be used.

Attatched is the screen capture presenting this bug.

IMO it's major - imagine selecting a table in the databases tree and the program showing some completely unrelated table.
Thank you.

5348.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions