Implemented one-off query support for TypeScript SDK
Description of Changes
Was necessary (at least) because of #1599.
API and ABI breaking changes
None(?)
Needs docs, that's for certain.
Expected complexity level and risk
4:
Doesn't seem to break anything, but who knows. I'm not sure about this one.
Also, performance impact? It should only get better, but again I have no info on that.
Testing
- [x] Manual testing
- [x] Use case fit
- [ ] Unit tests
It turned out to be a really convenient implementation of an async ctx.table.remoteQuery() using the builder I already implemented. Done just that.
@jsdt Hey! Any luck getting an eye on this? I really wish to see it upstreamed :)
Updated for the new TS SDK :)
@jsdt Hi! Thank you for finally carving some time to have a look at this!
I can rebase instead, if that's necessary for getting this merged. That's what I often do regardless :>
Please let me know if there may any additional issues be.