ged-yuko
ged-yuko
I found that DBeaver CE update site (https://dbeaver.io/update/ce/latest/) is not complete enough for Eclipse platform to update all the application components. It seems that it is being generated with [product/repositories/org.jkiss.dbeaver.ce.repository/category.xml](https://github.com/dbeaver/dbeaver/blob/devel/product/repositories/org.jkiss.dbeaver.ce.repository/category.xml),...
Seems it has nothing to do with DBeaver itself but with ssh configuration. Though ssh-related libraries may require upgrade, as i remember issues about missing support of the recent key...
Taking a look at the parser's grammar used in dbeaver, while it parses typecast of the form expr::typename, it doesn't handle expr:something::typename. Which is also easily discoverable by observing where...
> @ged-yuko please create a separate issue and provide samples and other useful details there. [Snowflake documentation](https://docs.snowflake.com/en/user-guide/tutorials/json-basics-tutorial) demonstrates expressions of the `expr:something::typename` form, the lack of support for which is...
Walkaround: switch to `URL`, this text-box becomes editable, then select all text and copy (with right+click menu or with hotkeys), switch back to `Host`. Though it would be better to...
Wow, i was not following the excitement here. 🤣 Let's get DBeaver's team vote for solutions then.
@IvanGorshechnikov > I don't like this solution because it is specific to Postgres. This issue affects all database connection pages. Could you make your solution less driver-specific? The logic of...
It is a "tables" keyword to blame here apparently. The information_schema is perfectly resolved. Try something like `select t.collation_name from information_schema.collations t;`  Also information_schema is being proposed at least...
I noticed two things with respect to this behavior: 1. DBeaver supports only table and view entites validation at the moment, so it tries to treat the sequence reference as...
Assuming completion uses the same underlying model (and cache subsystem) as navigator, and the purpose of filter is to prevent querying unnecesary information about the database schema to reduce network...