Comparing version 0.5.34 to 0.5.35
@@ -104,3 +104,10 @@ 'use strict'; | ||
return _rethinkdb2.default.branch(queryRelation(onePk, otherPk).count().gt(0).not(), relationTable.insert(relationTable.create((_relationTable$create = {}, (0, _defineProperty3.default)(_relationTable$create, link1.left.field, onePk), (0, _defineProperty3.default)(_relationTable$create, link2.left.field, otherPk), _relationTable$create))), null); | ||
return _rethinkdb2.default.branch(queryRelation(onePk, otherPk).count().gt(0).not(), relationTable.insert(relationTable.create((_relationTable$create = {}, (0, _defineProperty3.default)(_relationTable$create, link1.left.field, onePk), (0, _defineProperty3.default)(_relationTable$create, link2.left.field, otherPk), _relationTable$create))), _rethinkdb2.default.expr({ | ||
deleted: 0, | ||
errors: 0, | ||
inserted: 0, | ||
replaced: 0, | ||
skipped: 0, | ||
unchanged: 0 | ||
})); | ||
} | ||
@@ -107,0 +114,0 @@ |
{ | ||
"name": "nothinkdb", | ||
"version": "0.5.34", | ||
"version": "0.5.35", | ||
"description": "Functional toolkit for rethinkdb", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
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
41747
979