alexbrainman / odbc

odbc driver written in go
BSD 3-Clause "New" or "Revised" License
361 stars 141 forks source link

Implement driver.QueryerContext interface #175

Closed RichardKeo closed 1 year ago

RichardKeo commented 2 years ago

Resolves https://github.com/alexbrainman/odbc/issues/173

As per the description in the issue above, this PR is to implement the optional driver.QueryerContext interface such that it honours the context passed to the QueryContext() function.

Task list:

Notes: