elgris / sqrl

Fluent SQL generation for golang
MIT License
279 stars 38 forks source link

Context not supported, e.g. for cancelation #9

Closed michael2m closed 7 years ago

michael2m commented 7 years ago

Allow a context.Context be passed into Query(...) and QueryRow(...) etc.

elgris commented 7 years ago

@michael2m please take a look at the PR https://github.com/elgris/sqrl/pull/10

I'll take another look tomorrow with fresh mind.

michael2m commented 7 years ago

I think that should do it.

elgris commented 7 years ago

merged. Please try it out. And thanks for your feedback :)