Switch the database from LevelDB to SQLite, for greater stability and simpler code. Co-authored-by: Tommy van der Vorst <tommy@pixelspark.nl> Co-authored-by: bt90 <btom1990@googlemail.com>
This commit is contained in:
co-authored by
Tommy van der Vorst
bt90
parent
b1c8f88a44
commit
025905fcdf
@@ -64,7 +64,7 @@ func TestSimpleVersioningVersionCount(t *testing.T) {
|
||||
},
|
||||
},
|
||||
}
|
||||
fs := cfg.Filesystem(nil)
|
||||
fs := cfg.Filesystem()
|
||||
|
||||
v := newSimple(cfg)
|
||||
|
||||
@@ -116,7 +116,7 @@ func TestPathTildes(t *testing.T) {
|
||||
},
|
||||
},
|
||||
}
|
||||
fs := cfg.Filesystem(nil)
|
||||
fs := cfg.Filesystem()
|
||||
v := newSimple(cfg)
|
||||
|
||||
const testPath = "test"
|
||||
|
||||
Reference in New Issue
Block a user