storj/private/dbutil/cockroachutil
Natalie Villasana 8d87a6efc9 cockroachutil/driver: handle retryable errors returned from Next
This will only work if retryable errors are returned on the first
call to Next. Otherwise if they're returned later, we will need
deeper changes at the application code level throughout the
codebase 😬👎

Change-Id: I46d795a13670f66b7f085605ba1b779f69c339c3
2020-05-15 14:49:43 -04:00
..
db.go private/dbutil: add database name to configure as a tag 2020-03-26 16:50:15 +00:00
driver_test.go private/dbutil/pgtest: support multiple databases for testing 2020-04-28 21:55:49 +03:00
driver.go cockroachutil/driver: handle retryable errors returned from Next 2020-05-15 14:49:43 -04:00
openunique_test.go private/dbutil/pgtest: support multiple databases for testing 2020-04-28 21:55:49 +03:00