storj/private/dbutil/cockroachutil
paul cannon 5a1838bc28 private/dbutil: retry single statements on cockroachdb
This ought to make it so that all single statements (Exec- or Query-) on
a CockroachDB backend will get retried as necessary. As there is no need
for savepoints to be allocated or released in this case, there is no
round-trip overhead except when statements actually do need to be
retried.

Change-Id: Ibd7f1725ff727477c456cb309120d080f3cd7099
2020-01-24 09:01:47 +00:00
..
db.go private/dbutil/pgutil: faster cockroach constraint finding 2020-01-22 15:47:04 +00:00
driver_test.go private/dbutil: retry single statements on cockroachdb 2020-01-24 09:01:47 +00:00
driver.go private/dbutil: retry single statements on cockroachdb 2020-01-24 09:01:47 +00:00
openunique_test.go private/tagsql,storage: fixes to context cancellation 2020-01-20 15:44:39 +02:00