rethinkdbdash
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -528,4 +528,10 @@ var Promise = require('bluebird'); | ||
if (options.stream === true) _r._options.stream = true; | ||
if (options.optionalRun === false) { | ||
delete _r._Term.prototype.then | ||
delete _r._Term.prototype.error | ||
delete _r._Term.prototype.catch | ||
delete _r._Term.prototype.finally | ||
} | ||
return _r; | ||
} | ||
module.exports = main; |
{ | ||
"name": "rethinkdbdash", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "A Node.js driver for RethinkDB with promises and a connection pool", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -197,2 +197,3 @@ rethinkdbdash | ||
- `servers`: an of objects `{host: <string>, port: <number>}` representing instances of | ||
- `optionalRun`: <boolean> - if `false`, yielding a query will not run it, default `true` | ||
RethinkDB to connect to. | ||
@@ -370,2 +371,4 @@ | ||
A transform stream will return the saved documents. | ||
This makes a convenient way to dump a file your database. | ||
@@ -372,0 +375,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
813779
24467
522