We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is r.table('foo').wait() supported?
r.table('foo').wait()
I don't seem to get a response for this. RethinkDB docs reference.
Looks like there was a api change in 2.3.x. Would have to wait for Reqlite to bump to 2.3.x support? The Readme says it supports 2.2.
The text was updated successfully, but these errors were encountered:
Hum it looks like I just missed it. The test coverage.js missed it too because it got confused with INDEX_WAIT.
coverage.js
INDEX_WAIT
Sorry, something went wrong.
👍
No branches or pull requests
Is
r.table('foo').wait()
supported?I don't seem to get a response for this. RethinkDB docs reference.
Looks like there was a api change in 2.3.x. Would have to wait for Reqlite to bump to 2.3.x support? The Readme says it supports 2.2.
The text was updated successfully, but these errors were encountered: