git-annex/Database
Joey Hess d3e4de0175
fix test suite
The test suite found a bug; select_ can fail now because a uniqueness
constrain has been added.

Now the test suite passes.

Also, I'm satisfied the changed PersistField instances work.
Looking over what changed, and what I've already tested, Key, FilePath,
and InodeCache are known working; ContentIdentifier is trivial
ByteString to blob; and SSha is trivial String to varchar. Both are
tested by the test suite. I've also tested the new FileSize and
EpochTime instances already, and they work.
2019-10-30 15:51:37 -04:00
..
Keys eliminate raw sql LIKE query 2019-10-30 15:19:52 -04:00
Benchmark.hs improve data types for sqlite 2019-10-29 17:05:36 -04:00
ContentIdentifier.hs fix test suite 2019-10-30 15:51:37 -04:00
Export.hs make sure all sqlite selects have indexes 2019-10-30 13:46:52 -04:00
Fsck.hs make sure all sqlite selects have indexes 2019-10-30 13:46:52 -04:00
Handle.hs display sqlite error message when it crashes 2019-10-24 11:50:55 -04:00
Init.hs remove many old version ifdefs 2019-07-05 15:09:37 -04:00
Keys.hs improve data types for sqlite 2019-10-29 17:05:36 -04:00
Queue.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Types.hs eliminate raw sql LIKE query 2019-10-30 15:19:52 -04:00