You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can submit a pull request for the change if it's helpful. It looks like the options passed to table are relayed directly to RethinkDB. So maybe instead we could add a note suggesting consulting the RethinkDB docs for your version of RethinkDB?
Thanks again
The text was updated successfully, but these errors were encountered:
Hi there, thanks for the great package.
It seems like outdated reads can be permitted like so:
table("table_name", read_mode: :outdated)
The docs here still talk about the
useOutdated
option though.https://hexdocs.pm/rethinkdb/RethinkDB.Query.html#table/1 !
I can submit a pull request for the change if it's helpful. It looks like the options passed to
table
are relayed directly to RethinkDB. So maybe instead we could add a note suggesting consulting the RethinkDB docs for your version of RethinkDB?Thanks again
The text was updated successfully, but these errors were encountered: