Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No detailed error visible while excecuting #77

Open
aperkivskyi opened this issue May 4, 2020 · 2 comments
Open

No detailed error visible while excecuting #77

aperkivskyi opened this issue May 4, 2020 · 2 comments

Comments

@aperkivskyi
Copy link

While execution there is no detailed error message.

use case:

in the sql file i have (selecting not existing column)

select 
       a1, a2, _notExistColumn_
from 
       dbo.Table

In the log i can see
2020-05-04T09:48:05.7313337Z ##[error]Error running SQL script false

Which is not enough for quick action (fix).

Desired behavior is to have option, to see raw message from the Sql Server, it will help to fix issue quickly.

@SaquibAlam
Copy link

Hello,
We are concerned with the same issue. The missing details in error log makes it difficult and time consuming to find and fix the errors.
Any chance to get details included soon?

@DuckoDeath
Copy link

agreed, this is a show-stopper, love this toolkit, but without the actual error being shown, going to have to look for something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants