leo-connector-common
Advanced tools
Comparing version 1.4.3 to 1.4.4
{ | ||
"name": "leo-connector-common", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "Common package for all Leo Platform database connectors", | ||
@@ -28,4 +28,5 @@ "main": "index.js", | ||
"leo-sdk": "^2.0.1", | ||
"moment": "^2.22.2" | ||
"moment": "^2.22.2", | ||
"sqlstring": "^2.3.1" | ||
} | ||
} | ||
} |
@@ -56,8 +56,10 @@ "use strict"; | ||
module.exports = function(sqlClient, idKeys, sql, domainObj, opts = { | ||
source: "loader", | ||
isSnapshot: false, | ||
values: true | ||
}) { | ||
module.exports = function(sqlClient, idKeys, sql, domainObj, opts) { | ||
let ids = []; | ||
opts = merge({ | ||
source: "loader", | ||
isSnapshot: false, | ||
values: true, | ||
limit: 5000 | ||
}, opts || {}); | ||
@@ -64,0 +66,0 @@ function submit(push, done) { |
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
93477
3430
4
+ Addedsqlstring@^2.3.1
+ Addedsqlstring@2.3.3(transitive)