alexbrainman / odbc

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

Implement driver.QueryerContext interface #197

Closed popeliv closed 2 months ago

popeliv commented 3 months ago

Resolves #173

I'm reopening PR 175 because I can see that the previous PR author gave up on it.

Task list:

Notes:

alexbrainman commented 2 months ago

Can you, please, rebase your PR on top of current master if you want me to review.

Alex

popeliv commented 2 months ago

Can you, please, rebase your PR on top of current master if you want me to review.

Alex

@alexbrainman I rebased against master. This PR is ready for review

alexbrainman commented 2 months ago

Thank you for pushing this along.

Your change fixes a couple of tests.

Alex