Files
joshua-spacetime c49eea31da Fix view rewrite for delta tables (#3801)
# 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
2025-12-01 21:15:32 +00:00
..
2025-11-25 17:13:03 +00:00
2025-11-25 17:13:03 +00:00

sdk-test-view Rust test

This module tests that:

  1. Rust client bindings are generated for views
  2. You can register callbacks for views just like regular tables
  3. 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