ged-yuko

Results 23 comments of ged-yuko

DBeaver expands `*` character to a list of columns when you have valid and recognizable FROM clause. If you have a query like `SELECT *| FROM Table1 a, Table2 b`...

Semantic analysis (and autocompletion by extension) doesn't consider script context at all. This is how [SQLBackgroundParsingJob](https://github.com/dbeaver/dbeaver/blob/devel/plugins/org.jkiss.dbeaver.ui.editors.sql/src/org/jkiss/dbeaver/ui/editors/sql/semantics/SQLBackgroundParsingJob.java) works to ensure that only observable part of the script consumes computer resources. The...

By the way, there is a `Refresh active schema after SQL execution` option, which is disabled by default. It now is responsible for DBeaver to discover things like USE statement...