antares-sql / antares

A modern, fast and productivity driven SQL client with a focus in UX
https://antares-sql.app
MIT License
1.86k stars 128 forks source link

Error messages are truncated #756

Open 64knl opened 9 months ago

64knl commented 9 months ago

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.

Fabio286 commented 9 months ago

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.

64knl commented 9 months ago

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.