arangolize
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -147,3 +147,3 @@ "use strict"; | ||
bindVars({ | ||
with: $with | ||
'@with': $with | ||
}); | ||
@@ -150,0 +150,0 @@ query(`WITH @@with\n`); |
@@ -105,3 +105,3 @@ import { autobind } from 'core-decorators' | ||
if ($with) { | ||
bindVars({ with: $with }) | ||
bindVars({ '@with': $with }) | ||
query(`WITH @@with\n`) | ||
@@ -108,0 +108,0 @@ } |
@@ -79,2 +79,5 @@ import test from 'tape' | ||
console.log('bindVars', bindVars) | ||
console.log('query', query) | ||
t.ok(query, 'should have query') | ||
@@ -81,0 +84,0 @@ t.ok(bindVars, 'should have bindVars') |
{ | ||
"name": "arangolize", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "Sequelize-like query-builder for ArangoDB", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
15160
413