mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-04 06:33:11 +00:00
query fixes
This commit is contained in:
parent
a637e66935
commit
84cdc1d8ca
@ -321,7 +321,7 @@ suite "queryTests":
|
||||
let
|
||||
key = Key.init("/a").tryGet
|
||||
keyId = KeyId.new $key
|
||||
q = dbQuery(key= keyId, sort= SortOrder.Descending)
|
||||
q = dbQuery(key= keyId, value=true, sort= SortOrder.Descending)
|
||||
|
||||
var kvs: seq[DbQueryResponse[KeyId, DataBuffer]]
|
||||
for i in 0..<100:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user