SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

fix: bag semantics for joins

Open joshua-spacetime opened this issue 10 months ago • 0 comments

Description of Changes

Previously the server implemented set semantics for incremental join updates. This was always incorrect, but the client SDKs didn't know how to handle duplicate rows. Now the SDKs do, but the server was never updated to implement bag semantics.

API and ABI breaking changes

None

Expected complexity level and risk

1

Testing

A new SDK regression test was added

joshua-spacetime avatar Mar 08 '25 03:03 joshua-spacetime