Ryan Leckey
|
ec1cfc11e6
|
refactor(core): rename try_stream2 to try_stream (after removal of conflicting async-stream package)
|
2020-06-09 23:15:54 -07:00 |
|
Ryan Leckey
|
e1d22a1840
|
fix(core): async-stream crate seems to lose the stream if the stream owns the object we are streaming
hand-rolled a copy of the idea behind AsyncStream and things seem to work
|
2020-06-09 02:16:47 -07:00 |
|
Ryan Leckey
|
3fcd4cd80e
|
style(core): apply more clippy suggestions
|
2020-05-30 18:28:55 -07:00 |
|
Ryan Leckey
|
bb3b571a57
|
fix: tweak lifetimes in Executor to limit the scope for the borrow on the query to the single execution
|
2020-05-30 17:51:55 -07:00 |
|
Ryan Leckey
|
9d2a0141cb
|
feat: introduce IntoArguments, query_with, query_as_with, and query_scalar_with
|
2020-05-30 17:51:55 -07:00 |
|
Ryan Leckey
|
37a69e0ac3
|
refactor(sqlite): adapt to the 0.4.x core refactor
* massive (~20x) performance improvement
|
2020-05-30 16:09:50 -07:00 |
|