storj/storage/cockroachkv
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
..
schema private/tagsql,storage: fixes to context cancellation 2020-01-20 15:44:39 +02:00
client_test.go storage/cockroachkv: add ctx argument 2020-01-13 15:57:47 +02:00
client.go private/tagsql,storage: fixes to context cancellation 2020-01-20 15:44:39 +02:00
common.go storage/cockroachkv: initial client implementation 2019-12-05 16:11:23 +00:00
ordered_iterator.go private/tagsql,storage: fixes to context cancellation 2020-01-20 15:44:39 +02:00