@minatojs/driver-sqlite
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -290,3 +290,3 @@ "use strict"; | ||
for (const item of data) { | ||
const row = results.find((row2) => keys.every((key) => row2[key] === item[key])); | ||
const row = results.find((row2) => keys.every((key) => (0, import_cosmokit.deepEqual)(row2[key], item[key], true))); | ||
if (row) { | ||
@@ -293,0 +293,0 @@ __privateMethod(this, _update, update_fn).call(this, sel, keys, updateFields, item, row); |
{ | ||
"name": "@minatojs/driver-sqlite", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "SQLite Driver for Minato", | ||
@@ -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
38270