-
Notifications
You must be signed in to change notification settings - Fork 645
Shub/view interface #3561
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
Shub/view interface #3561
Conversation
| }) | ||
| } | ||
|
|
||
| /// Get or insert view argument into `ST_VIEW_ARG_ID`. |
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.
Moved it to mut_tx.rs
| ) | ||
| .await | ||
| .map_err(log_and_500)??; | ||
| tracing::info!(sql = body); |
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.
sql::execute::run is async now, hence made this code fuctional from closure.
| LifecycleReducer(Lifecycle), | ||
| } | ||
|
|
||
| pub struct ViewCallResult { |
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.
code motion
299ad96 to
7a6eb54
Compare
Addresses - #3487 (comment). Can be reviewed commit wise. 1. Provide `ModuleSubscriptions` a interface to invoke `ModuleHost::call_view`. 2. Handle `st_view_client table` insertion. 3. Make views available form sql.
Addresses - #3487 (comment). Can be reviewed commit wise. 1. Provide `ModuleSubscriptions` a interface to invoke `ModuleHost::call_view`. 2. Handle `st_view_client table` insertion. 3. Make views available form sql.
Description of Changes
Addresses - #3487 (comment).
Can be reviewed commit wise.
ModuleSubscriptionsa interface to invokeModuleHost::call_view.st_view_client tableinsertion.Testing
TODO