storj/private/dbutil/sqliteutil
Jeff Wendling 074649835b satellite/satellitedb: add some docs and improve some snapshots
This attempts to add a README.md to help create consistent migrations
that maximize our test coverage and do not include unnecessary
statements.

It also adds a feature to have an `-- OLD DATA --` section as well
as a `-- NEW DATA --` section so that we can fix mistakes made in
previous snapshots (like a row that was forgotten to be added when a
table was created) without editing them going forward.

Change-Id: I28a786f8ef163cae1de1bb08f61af1e1104b0a88
2020-05-22 21:27:36 +00:00
..
db.go satellite/satellitedb: add some docs and improve some snapshots 2020-05-22 21:27:36 +00:00
migrator_test.go private/tagsql,storage: fixes to context cancellation 2020-01-20 15:44:39 +02:00
migrator.go private/dbutil/txutil: create new transactions for retries 2020-02-01 18:34:28 +00:00
query_test.go private/tagsql,storage: fixes to context cancellation 2020-01-20 15:44:39 +02:00
query.go private/dbutil/sqlutil: use context in queries 2020-01-14 20:27:09 +00:00