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

zip() After non-eqJoin Commands #16

Open
ChrisTalman opened this issue Mar 28, 2018 · 0 comments
Open

zip() After non-eqJoin Commands #16

ChrisTalman opened this issue Mar 28, 2018 · 0 comments

Comments

@ChrisTalman
Copy link
Contributor

The RethinkDB documentation suggests that the following query is legal:

r
	.table('players')
	.eqJoin('gameId', r.table('games'))
	.without({right: 'id'})
	.zip()

However, the current type definition does not allow this, as commands like without() return an RStream, rather than an RStreamJoin.

Is there something we can do to rectify this? I've tried to look into the type definition to resolve this, but I haven't been able to find an approach so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant