@brigand/n1ql
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@brigand/n1ql", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "parse couchbase's n1ql syntax", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -8,2 +8,3 @@ const {inspect} = require('util') | ||
{ query: 'SELECT */ FROM foo where id = "123"', pass: false}, | ||
{ query: 'SELECT * FROM system:indexes', pass: true}, | ||
{ query: 'SELECT * from foo where id = "123"', pass: true}, | ||
@@ -10,0 +11,0 @@ ] |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
176797
2619