Comparing version 2.0.2 to 2.1.0
{ | ||
"name": "aqb", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "ArangoDB AQL query builder.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -625,2 +625,3 @@ # ArangoDB Query Builder | ||
* `_.return('x')` => `RETURN x` | ||
* `_.return({x: 'x'})` => `RETURN {x: x}` | ||
@@ -627,0 +628,0 @@ ### RETURN DISTINCT expression |
@@ -181,2 +181,5 @@ /*jshint browserify: true */ | ||
}; | ||
Expression.prototype.notIn = function (x) { | ||
return new BinaryOperation('not in', this, x); | ||
}; | ||
Expression.prototype.then = function (x) { | ||
@@ -183,0 +186,0 @@ var self = this; |
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
72514
1164
907