Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat(torii-grpc): support multiple entity models in queries & complex keys clause for subscriptions + queries #2095
feat(torii-grpc): support multiple entity models in queries & complex keys clause for subscriptions + queries #2095
Changes from all commits
3b00918
f8269f8
f7090bc
e3b589e
4990040
7d6f32a
79af3b5
d25fb2e
0a0f0cd
3b95716
f467602
b261cd7
e8e2625
dc23e6d
f1be928
6a136e3
526a248
4bfe05c
b93b058
c44b1d5
c83efe1
1184bd6
64a9543
a77b2d2
8f3f560
5fb468b
fc9de16
48c9c2e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 108 in crates/torii/client/src/client/mod.rs
Codecov / codecov/patch
crates/torii/client/src/client/mod.rs#L108
Check warning on line 148 in crates/torii/client/src/client/mod.rs
Codecov / codecov/patch
crates/torii/client/src/client/mod.rs#L148
Check warning on line 151 in crates/torii/client/src/client/mod.rs
Codecov / codecov/patch
crates/torii/client/src/client/mod.rs#L151
Check warning on line 158 in crates/torii/client/src/client/mod.rs
Codecov / codecov/patch
crates/torii/client/src/client/mod.rs#L158
Check warning on line 161 in crates/torii/client/src/client/mod.rs
Codecov / codecov/patch
crates/torii/client/src/client/mod.rs#L161
Check warning on line 167 in crates/torii/client/src/client/mod.rs
Codecov / codecov/patch
crates/torii/client/src/client/mod.rs#L167
Check warning on line 181 in crates/torii/client/src/client/mod.rs
Codecov / codecov/patch
crates/torii/client/src/client/mod.rs#L181
Check warning on line 217 in crates/torii/client/src/client/mod.rs
Codecov / codecov/patch
crates/torii/client/src/client/mod.rs#L217
Check warning on line 235 in crates/torii/client/src/client/mod.rs
Codecov / codecov/patch
crates/torii/client/src/client/mod.rs#L235
Check warning on line 259 in crates/torii/client/src/client/mod.rs
Codecov / codecov/patch
crates/torii/client/src/client/mod.rs#L256-L259
Check warning on line 279 in crates/torii/client/src/client/mod.rs
Codecov / codecov/patch
crates/torii/client/src/client/mod.rs#L279
Check warning on line 33 in crates/torii/client/src/client/subscription.rs
Codecov / codecov/patch
crates/torii/client/src/client/subscription.rs#L33
Check warning on line 231 in crates/torii/core/src/sql.rs
Codecov / codecov/patch
crates/torii/core/src/sql.rs#L231
Check warning on line 240 in crates/torii/core/src/sql.rs
Codecov / codecov/patch
crates/torii/core/src/sql.rs#L239-L240