rethinkdbdash icon indicating copy to clipboard operation
rethinkdbdash copied to clipboard

Fix incompatibility with node 0.10.43 (and probably others)

Open cwohlman opened this issue 8 years ago • 2 comments

This PR probably needs more review, I basically just hacked this together to get my app running.

The gist is that rethinkdbdash (and the official rethinkdb driver, see https://github.com/rethinkdb/rethinkdb/issues/4816) don't work with tls on node 0.10, this PR fixes that for rethinkdbdash.

cwohlman avatar Jun 22 '16 14:06 cwohlman

rethinkdbdash started with support for 0.11.x only. I think we never supported 0.10.x.

On a general note, we somehow don't try very hard to keep compatibility with old versions of node. Node 1.0.0 was released something like 2 years ago, in the node environment, this is a long time to update your node.

neumino avatar Jun 22 '16 14:06 neumino

close?

lbguilherme avatar May 27 '18 02:05 lbguilherme