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
2e2da52b30
commit
206751a090
@ -49,7 +49,6 @@ proc dbQuery*[K](
|
|||||||
offset: offset,
|
offset: offset,
|
||||||
limit: limit)
|
limit: limit)
|
||||||
|
|
||||||
|
|
||||||
proc `$`*(id: KeyId): string = $(id.data)
|
proc `$`*(id: KeyId): string = $(id.data)
|
||||||
|
|
||||||
proc toKey*(tp: typedesc[KeyId], id: cstring): KeyId = KeyId.new(id)
|
proc toKey*(tp: typedesc[KeyId], id: cstring): KeyId = KeyId.new(id)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user