query fixes

This commit is contained in:
Jaremy Creechley 2023-09-25 20:03:10 -07:00
parent 2e2da52b30
commit 206751a090
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -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)