@synatic/noql
Advanced tools
Comparing version 4.1.17 to 4.1.18
@@ -204,3 +204,4 @@ const makeProjectionExpressionPartModule = require('./makeProjectionExpressionPart'); | ||
prefixTable, | ||
aliases | ||
aliases, | ||
inSwitchStatement | ||
); | ||
@@ -382,2 +383,3 @@ } | ||
* @param {string[]} [aliases] - the aliases used in the joins | ||
* @param {boolean} [inSwitchStatement] - specifies if we are in a switch for special conditions, default false | ||
* @returns {any} - the filter expression | ||
@@ -393,3 +395,4 @@ */ | ||
prefixTable, | ||
aliases | ||
aliases, | ||
inSwitchStatement = false | ||
) { | ||
@@ -408,3 +411,4 @@ const operation = operatorMap[queryPart.operator]; | ||
prefixTable, | ||
aliases | ||
aliases, | ||
inSwitchStatement | ||
); | ||
@@ -419,3 +423,4 @@ const secondFilter = makeFilterCondition( | ||
prefixTable, | ||
aliases | ||
aliases, | ||
inSwitchStatement | ||
); | ||
@@ -422,0 +427,0 @@ return { |
{ | ||
"name": "@synatic/noql", | ||
"version": "4.1.17", | ||
"version": "4.1.18", | ||
"description": "Convert SQL statements to mongo queries or aggregates", | ||
@@ -5,0 +5,0 @@ "main": "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
363674
9432