perkeep/pkg/index/sqlite
mpl 15bb5f142e pkg/index: use IsDeleted in some of the search methods
1) Done in AppendClaims, PermanodeOfSignerAttrValue,
SearchPermanodesWithAttr, PathsOfSignerTarget,
and PathsLookup.

2) camtypes.Path.DateClaim is now a time.Time, and used
as such in Path search methods.

3) Added kvSignerAttrValue, kvPathBackward, and kvPathForward

4) More Delete tests. We probably want more cases, but that's
a start.

http://camlistore.org/issue/191

Change-Id: I1d42485f2c6d1eea024f70378daacaaad9197768
2013-11-28 16:08:23 +01:00
..
dbschema.go Be helpful about how to setup SQLite, especially on a Mac. 2013-06-22 17:51:09 -07:00
sqlite.go Rename index.Storage to sorted.KeyValue and move it into a new package. 2013-11-22 23:24:54 -08:00
sqlite_cond.go Make sqlite support optional and detectable. 2013-01-10 14:29:20 -08:00
sqlite_test.go pkg/index: use IsDeleted in some of the search methods 2013-11-28 16:08:23 +01:00