-
I would like to have something that allows me to create unique ids for rethinkdb. There are a few ways it works i could just call it and it will give me just an id. if i call it from a table then it m…
-
```
Creating table...
Increasing replication factor...
Inserting some data...
---- Workload ----
Duration..........20000q
Server............sockmemcached,localhost:54113
Clients...........64
Load.....…
AtnNn updated
9 years ago
-
Typically I set up my projects to have each model (DB entity) in it's own file. If I require and instantiate `rethinkdbdash` from within each of those modules, each instance will create its own connec…
-
When the Session file gets too large, persvr will hang with a "RangeError: Maximum call stack size exceeded"
-
...and any other changes that might be in RethinkDB 1.14
-
If the RethinkDB Python driver is imported with the 'from rethinkdb import *' style there are a large number of things imported into the namespace. A number of these items conflict with common python …
-
1. Geo terms should be marked non-deterministic, see discussion in https://github.com/rethinkdb/rethinkdb/issues/3009
2. We currently overload subtraction `sub()` for polygons. It is required for cons…
-
The test `./test/rql_test/test-runner polyglot/datum/string.py` is crashing the server when run. Here is the backtrace:
```
2015-04-06T17:05:18.963824177 0.412195s error: Error in src/rdb_protocol/da…
-
There is a problem in at least 2 of the sub-tests in `polyglot/regression/2774` when run on any version of Python 3. The problem is that the tests is trying to add a binary and a string, which Python …
-
I ran the JS tests a bunch last night to try and reproduce https://github.com/rethinkdb/rethinkdb/issues/2602 . I ran into the following errors, all of which seem to happen randomly:
#1
```
== Runni…
mlucy updated
10 years ago