Sam Hughes
Sam Hughes
Pointing towards `v2.4.x`. This is so we can make `v2.4.x` the main branch of the repository. What I *should* do is close this PR and make a separate issue in...
The bug is most likely caused by there being corrupt data on disk. This could have been caused by a hardware bitflip or possibly a RethinkDB bug that wrote incorrect...
> regarding the REQL atop FoundationDB, did you have an estimated amount of effort you think this would take. @arimus I don't need to estimate, I already have it implemented...
With these PR's we now can compile on Alpine or Musl pretty easily: https://github.com/rethinkdb/rethinkdb/pull/7051 https://github.com/rethinkdb/rethinkdb/pull/7052 Use `./configure [other flags] CXXFLAGS=-DRDB_NO_BACKTRACE` . E.g. `./configure --allow-fetch CXXFLAGS=-DRDB_NO_BACKTRACE`. My recommended choice is defined...
Huh. At least going by the documentation, OffsetDateTime should be supported: https://rethinkdb.com/api/java/expr/ I wonder if this could be fixed by a change in https://github.com/rethinkdb/rethinkdb-java/blob/master/build.gradle.kts I'm very unfamiliar with gradle, Jackson,...
The driver was one of the four official drivers, so it should be feature-complete. Since RethinkDB the server isn't having many ReQL changes, the driver ostensibly has no reason to...
I'd like that too. First I'd like a stretch package for x86_64, and then getting building in general to work on buster (IIRC it doesn't yet) but after that, arm....
Getting a PR to bring that patch into RethinkDB would be great.
It should not be merged -- integration tests are failing (and worse than rethinkdb:main). I need to get them running locally (ick).