Jaremy Creechley
1f0012530d
fix compiler issue -- wasn't detecting discard on result correctly
2023-09-07 17:31:20 -06:00
Jaremy Creechley
2d2b663516
compiler really doesn't like this
2023-09-07 17:31:20 -06:00
Jaremy Creechley
221d193b80
query iterator using items is breaks when the DS isn't blocking
2023-09-07 17:31:20 -06:00
Jaremy Creechley
8fccc77387
query iterator using items is breaks when the DS isn't blocking
2023-09-07 17:31:20 -06:00
Jaremy Creechley
9b004cde03
query iterator using items is breaks when the DS isn't blocking
2023-09-07 17:31:20 -06:00
Jaremy Creechley
ed508b4be9
query iterator using items is breaks when the DS isn't blocking
2023-09-07 17:31:20 -06:00
Jaremy Creechley
52286b8b39
query iterator using items is breaks when the DS isn't blocking
2023-09-07 17:31:20 -06:00
Dmitriy Ryajov
9d49c8016e
Several fixes and missing features ( #38 )
...
* shorten lines
* only return data when `query.value == true`
* test `query.value = false`
* close mounted ds
* allow passing dispose to query iter constructor
* fix fs querying
* use currentSourcePath
* remove `dsobj` extensions from directories
* don't return error on missing key delete
* return `DatastoreKeyNotFound` on empty `get`
* return `DatastoreKeyNotFound` on missing sql key
2022-11-22 15:23:23 -06:00
Dmitriy Ryajov
446de6f978
Fsds query ( #32 )
...
* add basic query capabilities to fsds
* rename common tests
* make query tests common
* sanitize key
* check it's possible to query keys at same level
2022-09-20 18:18:33 -06:00