hashhashu / sqltools-Oracle-driver

SQLTools Driver for Oracle
MIT License
5 stars 2 forks source link

Detailed error messages #7

Closed MagnusMG closed 1 year ago

MagnusMG commented 1 year ago

When I execute erroneous SQL statements (yes, I'm afraid that happens), I do not get any details, only that the statement was wrong. If I execute the same statement in SQL Developer (or using Oracle Developer Tools for VS Code) I get detailed error messages, including the line number of the problematic code.

Have I done something wrong in my setup, or is this a lacking feature?

hashhashu commented 1 year ago

Hi, now I log it in the OUTPUT of SQLTOOLS , I will try to make it more clear later, thanks. image

MagnusMG commented 1 year ago

Ah, now I see it. Thanks.

But yes, if that could be put into the same pane that you get results when you execute a valid statement, that would be great. (An indication in the SQL file to the faulty line would also be great, but that is not crucial.)

Thanks for all your work!

hashhashu commented 1 year ago

Hi, thanks for the great advice, it's updated.