storj/private/dbutil
paul cannon fd7bfc94fe private/dbutil: don't sort column names in an index
The order in which column names appear in an index should be
deterministic (for both our sqlite and postgresql code). Also, the order
is very relevant as to whether a given schema is correct.

Change-Id: I227ea057fcd9c3e967dd241a7e1c787d1bc4baa1
2020-07-17 10:07:01 +00:00
..
cockroachutil all: replace == comparison with errors.Is 2020-07-14 15:50:25 +00:00
dbschema private/dbutil: don't sort column names in an index 2020-07-17 10:07:01 +00:00
pgtest all: fix dots 2020-07-16 14:58:28 +00:00
pgutil all: fix dots 2020-07-16 14:58:28 +00:00
sqliteutil all: fix dots 2020-07-16 14:58:28 +00:00
tempdb storage/cockroachkv: add ctx argument 2020-01-13 15:57:47 +02:00
txutil all: use jackc/pgx in place of lib/pq 2020-07-13 15:54:41 +00:00
utccheck all: fix dots 2020-07-16 14:58:28 +00:00
dbimplementation.go all: fix dots 2020-07-16 14:58:28 +00:00
defaults.go all: fix dots 2020-07-16 14:58:28 +00:00
nulltime.go mod: update sqlite module to v2.0.2 2020-01-08 21:21:15 +02:00
split.go all: use jackc/pgx in place of lib/pq 2020-07-13 15:54:41 +00:00
tempdbtype.go private/tagsql,storage: fixes to context cancellation 2020-01-20 15:44:39 +02:00