@qrvey/data-persistence
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -344,3 +344,3 @@ "use strict"; | ||
const resultExpr = { | ||
jsonExpr: `'{${pathSerialized}}',to_jsonb(COALESCE(("${parentPath}"->>'${pathSerialized}')::numeric,0) + ${valueSerialized})`, | ||
jsonExpr: `'{${pathSerialized}}',to_jsonb(COALESCE(("${parentPath}"#>'{${pathSerialized}}')::numeric,0) + ${valueSerialized})`, | ||
columnName: `"${parentPath}"`, | ||
@@ -347,0 +347,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"main": "dist/cjs/index.js", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "exports": { |
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
331562
3614
7