Jaremy Creechley
36ec858dcc
refactor tests
2023-09-27 18:06:23 -07:00
Jaremy Creechley
2d843857cd
cleanup
2023-09-26 19:35:25 -07:00
Jaremy Creechley
f8446de638
test query - it runs!
2023-09-26 18:45:52 -07:00
Jaremy Creechley
9cd0ae7ea5
test query - it runs!
2023-09-26 18:44:38 -07:00
Jaremy Creechley
f4d070553b
test query - it runs!
2023-09-26 18:44:13 -07:00
Jaremy Creechley
6b90743de1
test query - it runs!
2023-09-26 18:43:35 -07:00
Jaremy Creechley
b746a266e7
test query
2023-09-26 18:24:48 -07:00
Jaremy Creechley
8aa3618805
test query
2023-09-26 17:56:07 -07:00
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