Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
clockworklabs
/
SpacetimeDB
Public
Notifications
You must be signed in to change notification settings
Fork
1k
Star
25k
Code
Issues
725
Pull requests
102
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Make
Option
s filterable on clients, and add SDK tests.
- #5448
#5448
Open
gefjon
wants to merge 24 commits into
master
clockworklabs/SpacetimeDB:master
from
phoebe/sdk-test-filterable-option
clockworklabs/SpacetimeDB:phoebe/sdk-test-filterable-option
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Open
Make
Option
s filterable on clients, and add SDK tests.
#5448
gefjon
wants to merge 24 commits into
master
clockworklabs/SpacetimeDB:master
from
phoebe/sdk-test-filterable-option
clockworklabs/SpacetimeDB:phoebe/sdk-test-filterable-option
Copy head branch name to clipboard
Commits
Commits on May 13, 2026
feat: support option values in Rust index filters
Mr-Dust0
committed
92218be
View commit details
Copy full SHA for 92218be
Browse repository at this point
fix(ts): compare option values in btree cache filters
Mr-Dust0
committed
efb1507
View commit details
Copy full SHA for efb1507
Browse repository at this point
test(csharp): cover nullable btree index generation
Mr-Dust0
committed
b789158
View commit details
Copy full SHA for b789158
Browse repository at this point
Commits on Jun 3, 2026
Merge branch 'master' into issue-4824-filterable-option
Mr-Dust0
authored
1e358f9
View commit details
Copy full SHA for 1e358f9
Browse repository at this point
Commits on Jun 5, 2026
Merge remote-tracking branch 'origin/master' into issue-4824-filterable-option
Show description for b405f79
Mr-Dust0
committed
b405f79
View commit details
Copy full SHA for b405f79
Browse repository at this point
Commits on Jun 8, 2026
Merge branch 'master' into issue-4824-filterable-option
Mr-Dust0
authored
a0d18c6
View commit details
Copy full SHA for a0d18c6
Browse repository at this point
Merge branch 'master' into issue-4824-filterable-option
Mr-Dust0
authored
aac5f7b
View commit details
Copy full SHA for aac5f7b
Browse repository at this point
Merge branch 'master' into issue-4824-filterable-option
Mr-Dust0
authored
e06a8e4
View commit details
Copy full SHA for e06a8e4
Browse repository at this point
Commits on Jun 10, 2026
Merge branch 'master' into issue-4824-filterable-option
Mr-Dust0
authored
692955f
View commit details
Copy full SHA for 692955f
Browse repository at this point
Commits on Jun 11, 2026
Merge branch 'master' into issue-4824-filterable-option
Mr-Dust0
authored
b5a7b27
View commit details
Copy full SHA for b5a7b27
Browse repository at this point
Commits on Jun 12, 2026
Merge branch 'master' into issue-4824-filterable-option
Mr-Dust0
authored
396ab9b
View commit details
Copy full SHA for 396ab9b
Browse repository at this point
Commits on Jun 14, 2026
Merge branch 'master' into issue-4824-filterable-option
Mr-Dust0
authored
399ab80
View commit details
Copy full SHA for 399ab80
Browse repository at this point
Commits on Jun 15, 2026
Merge branch 'master' into issue-4824-filterable-option
Mr-Dust0
authored
6f3081d
View commit details
Copy full SHA for 6f3081d
Browse repository at this point
Commits on Jun 16, 2026
Merge branch 'master' into issue-4824-filterable-option
Mr-Dust0
authored
859d1fc
View commit details
Copy full SHA for 859d1fc
Browse repository at this point
Commits on Jun 20, 2026
Merge branch 'master' into issue-4824-filterable-option
Mr-Dust0
authored
b9d5771
View commit details
Copy full SHA for b9d5771
Browse repository at this point
Commits on Jun 24, 2026
Merge branch 'master' into issue-4824-filterable-option
Mr-Dust0
authored
20cbf4d
View commit details
Copy full SHA for 20cbf4d
Browse repository at this point
Commits on Jun 26, 2026
Make `Option`s filterable on clients, and add SDK tests.
Show description for f234818
gefjon
committed
f234818
View commit details
Copy full SHA for f234818
Browse repository at this point
Remove debugging `println`s
gefjon
committed
e64e7c0
View commit details
Copy full SHA for e64e7c0
Browse repository at this point
Commits on Jul 7, 2026
Fix C# + C++ SDKs for making `Option`s filterable and expand `sdk-test` (#5461)
Show description for c795344
JasonAtClockwork
authored
c795344
View commit details
Copy full SHA for c795344
Browse repository at this point
Commits on Aug 5, 2026
Merge remote-tracking branch 'origin/master' into phoebe/sdk-test-filterable-option
JasonAtClockwork
committed
7fffbe4
View commit details
Copy full SHA for 7fffbe4
Browse repository at this point
Fix nullable index codegen test parse options
JasonAtClockwork
committed
1719b05
View commit details
Copy full SHA for 1719b05
Browse repository at this point
Merge branch 'master' into phoebe/sdk-test-filterable-option
JasonAtClockwork
authored
b52e117
View commit details
Copy full SHA for b52e117
Browse repository at this point
Commits on Aug 6, 2026
Merge branch 'master' into phoebe/sdk-test-filterable-option
gefjon
authored
7c922bd
View commit details
Copy full SHA for 7c922bd
Browse repository at this point
Commits on Aug 7, 2026
Merge branch 'master' into phoebe/sdk-test-filterable-option
gefjon
authored
9cd5606
View commit details
Copy full SHA for 9cd5606
Browse repository at this point
You can’t perform that action at this time.