Skip to content
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

Add SubscriptionBuilder::subscribe_to_all_tables #2109

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

gefjon
Copy link
Contributor

@gefjon gefjon commented Jan 13, 2025

Description of Changes

Rust client SDK analogue to com.clockworklabs.spacetimedbsdk #211.

Currently an abstraction over SELECT * FROM *, but that may change in the future. The new subscription API will be unable to cleanly support users supplying SELECT * FROM *, but this method we can continue supporting more easily.

API and ABI breaking changes

Additive change only.

Expected complexity level and risk

Testing

  • Amended an automated test that previously used SELECT * FROM * to use this instead.

Currently an abstraction over `SELECT * FROM *`, but that may change in the future.
@gefjon gefjon requested review from jsdt and cloutiertyler January 13, 2025 16:01
@bfops bfops added the release-any To be landed in any release window label Jan 13, 2025
@gefjon gefjon added this pull request to the merge queue Jan 13, 2025
Merged via the queue into master with commit 59a8b3f Jan 13, 2025
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-any To be landed in any release window
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants