rethinkdb-java icon indicating copy to clipboard operation
rethinkdb-java copied to clipboard

Official RethinkDB Java client

Results 24 rethinkdb-java issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I'm following the steps in [https://rethinkdb.com/blog/alt-jvm-driver/](https://rethinkdb.com/blog/alt-jvm-driver/), and the "fellowship" query do not give me anything. **To Reproduce** Steps to reproduce the behavior: 1. Create a table named...

bug

I am using three nodes in rethinkdb and using java client to connect to cluster but not getting any example of documentation to connect to cluster with 3 IP.

bug

**Describe the bug** I'm running into an odd bug where `result.hasNext()` hangs forever after successfully iterating through all of the expected results of a query. I have an application where...

bug

**Describe the bug** Trying to connect to a rethinkdb instance using ssl, the connection hangs and the handshake does not complete **To Reproduce** Steps to reproduce the behavior: 1. Generate...

bug

I am learning rethinkdb and I get the following error. After I started my application, I could add the record to table success, but after 15/20 minutes later, if I...

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, to...

enhancement

This issue tracks the failing generated tests. ## MathLogicLogic ~~Appears to happen because of outdated polyglot tests?~~ The error happens because Python. `r.expr(r.expr(True) & r.expr(False) == r.expr(False) | r.expr(True))` seems...

bug
python-scripts
need help

After having to deal with Python scripts (See #10), it became clear that some (if not all) scripts should be re-engineered. I'm opening this issue to discuss about what approach...

bug
help wanted
python-scripts

Apparently, the [RethinkDB C# Driver supports serializing ReQL expressions](https://github.com/bchavez/RethinkDb.Driver/wiki/Extra-C%23-Driver-Features#serializing-reql-expressions). It might be nice to port it to Java. Implementation may or may not be compatible with C# driver serialization.

enhancement
good first issue

Write a new file to unit test all the new stuff. Includes, but not limited to: - [x] Validate `Types.mapOf(K, V)` against `new TypeReference`, as well as other cases. -...

enhancement