mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-07 16:13:07 +00:00
query fixes
This commit is contained in:
parent
a637e66935
commit
84cdc1d8ca
@ -321,7 +321,7 @@ suite "queryTests":
|
|||||||
let
|
let
|
||||||
key = Key.init("/a").tryGet
|
key = Key.init("/a").tryGet
|
||||||
keyId = KeyId.new $key
|
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]]
|
var kvs: seq[DbQueryResponse[KeyId, DataBuffer]]
|
||||||
for i in 0..<100:
|
for i in 0..<100:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user