-
Notifications
You must be signed in to change notification settings - Fork 108
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
r.now() usage? #3
Comments
I just run a quick test, and that's a bug (I would suspect exprJSON to be the culprit). I'll look into that now. |
@xenolf thanks for the bug report. The fix has been released in 1.11.8 |
Thanks for fixing this issue that fast! |
thelinuxlich
added a commit
to AIDAX/rethinkdbdash
that referenced
this issue
May 23, 2018
Add cursor.asyncIterator()
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How does one use r.now() with rethinkdbdash?
I tried like this (according to RQL official docs):
and like this (got this from the tests):
Using the first version the creationDate property is a function, in the second version it is a date.
However, no matter which version I use I'm always getting the following error:
Am I just not using r.now() right or is there something else not working right?
The text was updated successfully, but these errors were encountered: