Dmitriy Ryajov
812b4fd3b6
use foreach iterator
2023-09-14 18:08:04 -06:00
Dmitriy Ryajov
e39bd530d9
wip
2023-09-14 18:05:58 -06:00
Dmitriy Ryajov
3500913642
adding semaphore
2023-09-14 18:02:16 -06:00
Dmitriy Ryajov
af310306ad
enable sqllite threading tests
2023-09-14 17:56:20 -06:00
Dmitriy Ryajov
88eb96edb3
don't use toSeq
2023-09-13 14:43:10 -06:00
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