Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(202): RemoteQuery should not SELECT * (#203)
Fixes #202. Because SELECT * is ambiguous if the query is a join ## Description of Changes Bug Fix Previously `RemoteQuery` would implicitly `SELECT *`. This was wrong because you can use `RemoteQuery` to issue join queries. ## API - [ ] This is an API breaking change to the SDK *If the API is breaking, please state below what will break* ## Requires SpacetimeDB PRs *List any PRs here that are required for this SDK change to work* ## Testsuite *If you would like to run the your SDK changes in this PR against a specific SpacetimeDB branch, specify that here. This can be a branch name or a link to a PR.* SpacetimeDB branch name: v1.0.0-rc1 ## Testing *Write instructions for a test that you performed for this PR* - [ ] Describe a test for this PR that you have completed
- Loading branch information