Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(go/adbc/driver/flightsql): should use
ctx.Err().Error()
(#1769)
As pointed out by @zeroshade [here](#1722 (comment)), this should be handled by doing `adbc.Error{Msg: ctx.Err(), Code:....}`.
- Loading branch information