storj/private/dbutil/sqliteutil
paul cannon 0c88a7b475 private/migrate: use transactional helpers and not Begin()
This code needs to work against cockroachDB, so transactions must be retried
when a retryable error is returned. This change puts migrate
transactions into the dbutil.WithTx transactional helpers to achieve
this in the easiest way.

Change-Id: Ib930e82d55cb0257357a222ce9131e6e53372c03
2020-01-07 18:25:38 +00:00
..
db.go private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
migrator_test.go common: separate repository 2019-12-27 14:11:15 +02:00
migrator.go private/migrate: use transactional helpers and not Begin() 2020-01-07 18:25:38 +00:00
query_test.go common: separate repository 2019-12-27 14:11:15 +02:00
query.go private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00