Replies: 1 comment
-
|
Bun does not do anything with the errors returned by the SQL driver. It must be something with go-mssqldb |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using bun with with Microsoft sql and when my query returns an error from the database it returns it as a string without any error codes. I would like to use these error codes to return a status with grpc. Does bun handle these errors from the database or is this related to the go-mssqldb driver I am using?
Beta Was this translation helpful? Give feedback.
All reactions