Jaremy Creechley
a16cdaab29
query fixes
2023-09-25 19:58:03 -07:00
Jaremy Creechley
ebed992f5a
query fixes
2023-09-25 19:54:22 -07:00
Dmitriy Ryajov
0beb3d3c90
handle error passing and conversion better
2023-09-19 18:43:00 -06:00
Dmitriy Ryajov
25678b2be2
change iter constructore back to new
2023-09-14 18:19:14 -06:00
Dmitriy Ryajov
6a3882ffa5
reverted query back (it works as is)
2023-09-13 14:42:37 -06:00
Dmitriy Ryajov
b7454d6e3d
foreign buffer
2023-09-11 14:48:53 -06:00
Dmitriy Ryajov
146cbcb88a
wip
2023-09-08 15:09:15 -06:00
Jaremy Creechley
f2bfe7affc
add tests for new ds'es
2023-09-07 17:31:21 -06:00
Jaremy Creechley
24ce85e49b
add tests for new ds'es
2023-09-07 17:31:21 -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
3a9ee98f02
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
Jaremy Creechley
2979ae08fd
implementing query type
2023-09-07 17:31:18 -06:00
Jaremy Creechley
3f8c471aed
add querybuffer type
2023-09-07 17:31:18 -06:00
Jaremy Creechley
a2f77458ae
add querybuffer type
2023-09-07 17:31:17 -06:00
Jaremy Creechley
e52f7949b9
add querybuffer type
2023-09-07 17:31:17 -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
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