Fabio Di Stasio
Fabio Di Stasio
@dyaskur and @SimonEscola thank you very much for the efforts! > However, the menu don't use translation. I tried to use vue-i18n, but not work. Don't worry about that, I...
Its something that happens with join queries on `pg_catalog`. Sadly from PostgreSQL driver i receive in metadata the same table ID for all fields and I'm unable to provide them...
> This also happens with mysql/mariadb with no joins. Can you give me an example?
> `SELECT some_id, some_id, some_id, other_colum FROM some_table;` In this case is because mysql library returns me an array of objects as results and an object can't have properties with...
Hi @SirClickALot, I am very pleased to read that you are using Antares to teach beginners! In short the auto-complete works that when a word is typed it searches for...
> I am using Antares with a database containing more than fifty thousand tables. To improve performance in these use cases [I'm implementing this](https://github.com/antares-sql/antares/discussions/526 ).
Hi @bart-schaefer, I tried to replicate the error but with no luck from a machine running Ubuntu 22.10. Can you give me some more info about the OS where you...
Can you paste me the output of `snap interfaces antares`? Thanks.
I was finally able to reproduce this bug. I tested from some Ubuntu versions and other Debian-based distros and it seems that the crash occurs only on Ubuntu 20.04 with...
> This bug seems to be related to: [microsoft/vscode#146422](https://github.com/microsoft/vscode/issues/146422) thanks for the reported link. It is discussed in more detail in [this issue](https://github.com/electron/electron/issues/32857) (still open). I will try to see...