Dmitrii Gorbunov

Results 2 issues of Dmitrii Gorbunov

If elasticsearch server is not available or any other network error occurs. callback(error) should be called instead.

Right now in schema.js (https://github.com/1602/jugglingdb/blob/master/lib/schema.js#L232): `properties.id = properties.id || {type: Number}` It's not correct for RethinkDB for example, where default id is UUID represented as String. It does not really...