-
This will help to get the dependencies right. Running the rql tests now requires:
```
for dir in . drivers/ruby drivers/python rqljs test/rql_tests; do
make -C $dir
done
```
AtnNn updated
10 years ago
-
Write an article with a couple examples for using r.binary.
-
Currently, the following is impossible (but should be possible):
```
table.nth(0).del()
```
-
Or it's going to throw
```
RangeError: Maximum call stack size exceeded
```
We should also limit the scope of isJSON to the own property of the object. There is no need to check the prototype (since…
-
I did a `make clean && make` and it still showed up.
@neumino: Where does the data explorer get the inbuilt help from?
-
We can finally do this once `default` (#884) is implemented.
One question that I think is worth debating: should we actually remove it, or just deprecate it and remove it from the documentation?
mlucy updated
10 years ago
-
There are reports of really bad point op performance in Ruby (but possibly other clients) in 1.11. Most of the CPU time is spent on the client. I don't know if the cause is the benchmarking code, the …
-
It should basically be considered as a `stream` for suggestions.
I'll do it once the docs for `group` are done.
-
If the user doesn't call `ungroup`, simply showing the results may be confusing. One option is to add an infobox for these cases.
I'm adding this to 1.12-polish. Let me play with the GMR implementati…
-
Running this query triggered a segfault
```
r.json(r.db('test').table('test').nth(1)('bin').coerceTo('string'))
```
```
michel@h9:~/projects/rethinkdb-all/rethinkdb/build/debug$ ./rethinkdb
info: Ru…