@spinajs/orm-sqlite
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -66,3 +66,3 @@ "use strict"; | ||
bindings, | ||
expression: `ON CONFLICT(${this._builder.getColumn()}) DO UPDATE SET ${columns}` | ||
expression: `ON CONFLICT(${this._builder.getColumn().join(",")}) DO UPDATE SET ${columns}` | ||
}; | ||
@@ -69,0 +69,0 @@ } |
{ | ||
"name": "@spinajs/orm-sqlite", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "SpinaJS orm sqlite support. Contains sqlite driver.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
31219