-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
feat(SQLSRV): Added more detailed MSSQL error message to CI log #9338
base: develop
Are you sure you want to change the base?
Conversation
Adds a more details error message to log, includes stack trace and sql executed
I'm not sure if I like this. Why do you need this? Too much detail can make logs harder to navigate, especially in production environments where brevity is preferred. And most importantly, it would have to be applied to all database handlers. |
Hello Michal,
Currenctly
With this patch
"And most importantly, it would have to be applied to all database handlers."
|
Okay, I just checked, and a detailed stack trace is already available for all the drivers. Just make sure to enable
|
If we will accept this, the format should be consistent with other drivers. |
Description
Adds a more detailed error message to log, includes stack trace and sql executed.
Checklist: