storj/storage/cockroachkv
Egon Elbre 36c461bd59 private/tagsql: track proper closing of rows and statements
This ensures that rows are closed to avoid leaks.
Also verifies that Err() is called, to ensure that no
error is left behind.

Change-Id: Idd1bec9bf479f40021da67b2c80ce83033149469
2020-06-05 18:25:43 +00:00
..
schema private/tagsql,storage: fixes to context cancellation 2020-01-20 15:44:39 +02:00
client_test.go private/dbutil/pgtest: support multiple databases for testing 2020-04-28 21:55:49 +03:00
client.go storage/cockroachkv: handle retry errors for GetAll and DeleteMultiple 2020-06-01 16:13:43 +00:00
common.go storage/cockroachkv: initial client implementation 2019-12-05 16:11:23 +00:00
ordered_iterator.go private/tagsql: track proper closing of rows and statements 2020-06-05 18:25:43 +00:00