-
Testing and editing for 18525 - Install and Configure RethinkDB - Ubuntu
-
There are a few query terms we need to add to stay up to parity with the official RethinkDB drivers. I've seen `row` and `expr`, but there may be more as well. We need to
- [ ] check and compare the …
-
For a number of reasons, not the least of which is that MongoDB, last time I checked, struggles with some of the basic queries we need (like getting a random comic).
-
- Intro to **Platzi** (_why/how they are using RethinkDB_): https://www.youtube.com/watch?v=Nb_UzRYDB40
- Platzi **RethinkDB Course**: https://courses.platzi.com/courses/rethinkdb-databases/
-
## Issue - Bug
- **How serious is the bug?** P3
- **OS:** macOS / Linux / Windows / ? Linux Ubuntu 22.04
- **Browser:** Chrome / Safari / Lynx / ? Chrome Version 126.0.6478.55
- **Node version:…
-
**Describe the bug**
Restore fails if the `--temp-dir` argument is provided.
**To Reproduce**
Steps to reproduce the behavior:
Try to restore with (valid directory) `--temp-dir` argument and see…
-
Currently, the query `r.table("test").insert(r.hashMap("foo", "bar").run(conn)` returns a Map.
But this is the Java driver and we'd have a better interface if we had a POJO, provided by the driver,…
-
Hello,
I'm starting with React and Rethinkdb, so I appreciate your effort in creating this starter kit.
After running "npm run dev" and opening the app in Firefox, apparently it loads well, but it do…
-
Golang driver uses converted yaml tests to check integration with server. So I encountered test failures with rethinkdb build from this repo. With old rethinkdb-legacy it passes.
Rethinkdb built from…
-
Suppose we specified a table in config file but it has not been created yet when logstash is started.
It would be great that the input-plugin can automatically start listening to that table when it is…