@balena/odata-to-abstract-sql
Advanced tools
Comparing version 5.4.4-js-tests-14b390a85c75abf10d84a964d8f603a9d044fac3 to 5.4.4-js-tests-b27635dc8df1fbaa6f00de2d33de1674b58d8188
{ | ||
"name": "@balena/odata-to-abstract-sql", | ||
"version": "5.4.4-js-tests-14b390a85c75abf10d84a964d8f603a9d044fac3", | ||
"version": "5.4.4-js-tests-b27635dc8df1fbaa6f00de2d33de1674b58d8188", | ||
"description": "A consumer of the OData parser, written in OMeta", | ||
@@ -19,3 +19,3 @@ "main": "out/odata-to-abstract-sql.js", | ||
"@balena/abstract-sql-compiler": "^7.13.4", | ||
"@balena/odata-parser": "^2.2.7", | ||
"@balena/odata-parser": "^2.2.8", | ||
"@types/lodash": "^4.14.172", | ||
@@ -58,4 +58,4 @@ "@types/memoizee": "^0.4.6", | ||
"versionist": { | ||
"publishedAt": "2021-09-07T14:05:10.980Z" | ||
"publishedAt": "2021-09-07T14:17:00.651Z" | ||
} | ||
} |
@@ -110,3 +110,5 @@ import { expect } from 'chai'; | ||
} | ||
const result = [method].concat(args.map(operandToAbstractSQL)); | ||
const result = [method].concat( | ||
args.map((op) => operandToAbstractSQL(op)), | ||
); | ||
switch (method) { | ||
@@ -113,0 +115,0 @@ case 'Substring': |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
427727
5927
Updated@balena/odata-parser@^2.2.8