@synatic/noql
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -100,3 +100,7 @@ const makeProjectionExpressionPartModule = require('./makeProjectionExpressionPart'); | ||
if (['number', 'string', 'single_quote_string'].includes(queryPart.type)) { | ||
if ( | ||
['bool', 'number', 'string', 'single_quote_string'].includes( | ||
queryPart.type | ||
) | ||
) { | ||
return queryPart.value; | ||
@@ -103,0 +107,0 @@ } |
{ | ||
"name": "@synatic/noql", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Convert SQL statements to mongo queries or aggregates", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
258373
6245