mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-08 08:33:10 +00:00
implementing query type
This commit is contained in:
parent
003d4816b0
commit
f5f07a0c5d
@ -134,7 +134,7 @@ method query*(
|
||||
without it =? await self.tds[].ds.query(query), err:
|
||||
ret.failure(err)
|
||||
|
||||
var iter = newSharedPtr(QueryIterStore())
|
||||
var iter = newSharedPtr(QueryIterStore)
|
||||
## note that bypasses SharedPtr isolation - may need `protect` here?
|
||||
iter[].it = it
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user