Fabio Di Stasio

Results 114 comments of Fabio Di Stasio

Hi Kusuma, The problem with Postgre is that it presents an extra layer. For example MySQL has Server > schema > table, PostgreSQL on the other hand has Server >...

Further changes would take Antares away from its core concepts. Right now it seems to me enough to distinguish visible connections. If you have given all connections the same prefix...

Hi @btry , In Antares every tab targets a schema. In your case you are probably targeting `mydb` schema. If you target `information_schema` everything should work. ![image](https://user-images.githubusercontent.com/31471771/188569899-368403a9-4359-415b-af9d-b463dfb8d3f9.png)

This issue is probably related to https://github.com/antares-sql/antares/issues/461 and should be fixed with 88408da745e45c70de977bc4270e5f61825be65f. From next release please let me know if you continue to notice the problem.

Hi @Bare7a, thanks for your appreciation and ideas, i like them. Technically are quite easy to implement, so I'm adding them to the list of features to implement.

Hi @ Bare7a, Regarding to automatically choose the type of content, it was a feature already present but that did not work due to a bug, fixed a few versions...

Hi @wiewiur, Your request seems to me a good idea, I will evaluate if a similar feature is possible with the SSH module adopted by Antares. I add it to...

The list of shortcuts is planned for future updates along with with the ability to modify the default ones or add new ones.

Implemented with shortcuts customization. ![image](https://user-images.githubusercontent.com/31471771/185103443-5e467804-3615-48e3-8208-6f4c9d3f4c2c.png)

Hi Robin, thanks for this report. I'm trying to reproduce this bug with no luck. Is the tab selected schema right? The issue occurs on MySQL or PostgreSQL? Could you...