antares icon indicating copy to clipboard operation
antares copied to clipboard

Error messages are truncated

Open 64knl opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. When an error occurs while executing a query the raw SQL error message is not fully visible. This makes it hard to see what's wrong. image

Describe the solution you'd like It would be nice it the full error message was visible. Preferably in such a way it does not disappear and is easy to read/copy.

64knl avatar Feb 06 '24 13:02 64knl

Hi René,

at the moment Antares shows the full error text that is returned to it from the db server, but I will try to see if there is any way to get more information. Regarding disappearing messages, I am considering implementing a dedicated tab within the console.

Fabio286 avatar Feb 06 '24 13:02 Fabio286

The information that's missing is indeed not the error, but the actual query that's being use internally, as this is only visible in the console atm.

64knl avatar Feb 06 '24 14:02 64knl