28 Commits

Author SHA1 Message Date
Jaremy Creechley
7f921901d7
verifying types 2023-09-13 14:13:06 -07:00
Jaremy Creechley
63b59007e5
add check for whether future is finished before iterating on next 2023-09-06 15:49:58 -07:00
Jaremy Creechley
2f3449e92c
move into their own threads folder 2023-09-05 17:08:40 -07:00
Jaremy Creechley
35d8f76649
more docs 2023-09-05 13:48:26 -07:00
Jaremy Creechley
59de213ac8
more docs 2023-09-05 13:45:03 -07:00
Jaremy Creechley
615d0b9446
some more cleanup / refactoring 2023-09-05 13:41:38 -07:00
Jaremy Creechley
ebf61ca899
some more cleanup / refactoring 2023-09-05 13:39:13 -07:00
Jaremy Creechley
0bcab1d9b3
add tests for new ds'es 2023-08-30 18:47:40 -07:00
Jaremy Creechley
f711f17729
add tests for new ds'es 2023-08-30 18:46:30 -07:00
Jaremy Creechley
83a648d046
fix compiler issue -- wasn't detecting discard on result correctly 2023-08-29 20:49:43 -07:00
Jaremy Creechley
b010d0a985
compiler really doesn't like this 2023-08-29 20:42:53 -07:00
Jaremy Creechley
a13dee6ea1
query iterator using items is breaks when the DS isn't blocking 2023-08-29 20:38:29 -07:00
Jaremy Creechley
aec0459ec3
query iterator using items is breaks when the DS isn't blocking 2023-08-29 20:37:10 -07:00
Jaremy Creechley
fb09217a54
query iterator using items is breaks when the DS isn't blocking 2023-08-29 20:34:30 -07:00
Jaremy Creechley
d02a416814
query iterator using items is breaks when the DS isn't blocking 2023-08-29 20:32:28 -07:00
Jaremy Creechley
057493c809
query iterator using items is breaks when the DS isn't blocking 2023-08-29 20:25:47 -07:00
Jaremy Creechley
191aa3f558
query iterator using items is breaks when the DS isn't blocking 2023-08-29 20:15:54 -07:00
Jaremy Creechley
003d4816b0
implementing query type 2023-08-29 16:40:11 -07:00
Jaremy Creechley
da98e66389
add querybuffer type 2023-08-29 15:20:57 -07:00
Jaremy Creechley
b05ceb9d6e
add querybuffer type 2023-08-29 15:15:00 -07:00
Jaremy Creechley
ed632cbfa6
add querybuffer type 2023-08-29 14:58:33 -07: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
Dmitriy Ryajov
02167bb69e
Add proper sqlite query support (#30)
* Add query support for sqlite backend

* basic tests with in memory ds

* remove `close` default implementation
2022-09-20 14:41:54 -06:00
Dmitriy Ryajov
ec4015a404
proper query iterator interface 2022-09-19 17:13:11 -06:00
Dmitriy Ryajov
437ae2e035
add proper query interface 2022-09-19 15:52:34 -06:00
Dmitriy Ryajov
78653d9dd4
wip 2022-09-12 12:30:52 -06:00
Michael Bradley, Jr
249f63a589 add basic query implementation 2022-07-21 13:20:43 -05:00