-
Notifications
You must be signed in to change notification settings - Fork 646
Typescript views #3584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript views #3584
Conversation
bf81d07 to
61c21e3
Compare
ab7e5d0 to
9d0e017
Compare
9d0e017 to
d220b57
Compare
cloutiertyler
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This generally looks good to me. I took a closer look at the TypeScript side and it seems fine to me, indeed I've made some of the same changes in #3559.
I would like to do additional testing though. I think we should at least add views and all the options and stuff to modules/module-test-ts
Centril
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The host side looks good. I just have some minor suggestions.
joshua-spacetime
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@coolreader18 Could you add this view to module-test-ts for the ensure_same_schema tests.
d220b57 to
88dec94
Compare
88dec94 to
dbefed8
Compare
dbefed8 to
800e627
Compare
800e627 to
1703880
Compare
|
@coolreader18 Could you also disable passing parameters? We can re-enable once we have sql support for it. |
Description of Changes
Currently need changes from both #3548 and #3527, and the latter is merged into master but the former isn't rebased on top of it. so we stay silly for the moment
I'd like to pull out my first commit into its own PR, but that's not really possible until #3548 rebases onto master.
Expected complexity level and risk
2 - pretty straightforward translation of the wasm/Rust view implementation to typescript.
Testing