storj/private/dbutil/sqliteutil
Egon Elbre 1279eeae39 private/tagsql,storage: fixes to context cancellation
Replace all the remaining uses of sql.DB with tagsql.DB to
fix issues with context cancellation.

Introduce tagsql.Open which helps to get rid of all tagsql.Wrap-s.
Use tagsql in cockroachkv and postgreskv.

Change-Id: I8946d203341cb85a25976896fc7881e1f704e779
2020-01-20 15:44:39 +02:00
..
db.go private/tagsql,storage: fixes to context cancellation 2020-01-20 15:44:39 +02:00
migrator_test.go private/tagsql,storage: fixes to context cancellation 2020-01-20 15:44:39 +02:00
migrator.go private/dbutil/sqliteutil: add missing err check 2020-01-19 19:24:58 +00:00
query_test.go private/tagsql,storage: fixes to context cancellation 2020-01-20 15:44:39 +02:00
query.go private/dbutil/sqlutil: use context in queries 2020-01-14 20:27:09 +00:00