mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 10:48:19 -04:00
c49eea31da
# Description of Changes Applies the same implicit filter for views to delta tables that we already did for physical tables. Removes a single condition `scan.delta.is_none()` from the already existing rewrite rule. # API and ABI breaking changes None # Expected complexity level and risk 0 # Testing - [x] Rust sdk test
sdk-test-view Rust test
This module tests that:
- Rust client bindings are generated for views
- You can register callbacks for views just like regular tables
- Those callbacks are triggered when a view's dependencies are updated
How to Run
Run tests named with view in the Rust client SDK test suite:
cargo test -p spacetimedb-sdk view