canonical / sqlair

Friendly type mapping for SQL databases
Apache License 2.0
17 stars 9 forks source link

Remove QueryContext #55

Closed Aflynn50 closed 1 year ago

Aflynn50 commented 1 year ago

This PR removes DB.QueryContext and adds ctx as the first argument to Query. If ctx is nil then context.Background() will be used.