Fabio Di Stasio

Results 114 comments of Fabio Di Stasio

Could you try to start Antares in debug mode to send me the queries it executes in your case? If so, I'll explain how to do it.

Sorry for delay but i just implemented in v0.5.10 a console that shows queries that Antares do under the hood so that is more easy to find bugs. You can...

> _(I use an image because Github deletes some chars)_ To avoid problems you can wrap the code in: ![image](https://user-images.githubusercontent.com/31471771/179767746-b696f402-acb0-4796-858a-d1f89096eb51.png) Thanks for collaboration. Now I have some other clues, I...

> Also, I find that the problem depends on the mysql server, so the same query is ok in a server, and gives error on another. Have those servers the...

Hi @lapega, In the case you reported above would you be able to test the following query? ```sql ALTER TABLE `intranet`.`cs_eac` ADD COLUMN `Field_1` TINYINT(4) NOT NULL COLLATE latin1_swedish_ci AFTER...

Hi Anthony, certainly an interesting feature to implement. I add it to the list of future implementations!

Hi Wellington, do you mean this exportation?: ![image](https://user-images.githubusercontent.com/31471771/155740140-c8b6052f-42eb-430f-9c3f-3136db109788.png) You are right, its something that can be improved, I add this feature to the list of future implementations. Thanks for your...

Hi @apaudel96, by now the shortcut to run selected query, or all, is F5. Regarding a shortcut to run current query based on the cursor may be a useful and...

I keep this issue open as a reminder. Thanks for appreciation.

Hello @BuZZ-dEE, Support for Oracle DB is on the roadmap, but it is not a feature that will come shortly due to its complexity and the fact that Node.js drivers...