feat(SQLSRV): Added more detailed MSSQL error message to CI log#9338
feat(SQLSRV): Added more detailed MSSQL error message to CI log#9338eSkiSo wants to merge 1 commit intocodeigniter4:developfrom
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. |
|
Closing as abandoned. If this is still needed, please open a new PR with tests. Thanks! |
Description
Adds a more detailed error message to log, includes stack trace and sql executed.
Checklist: