Comparing version 0.113.0 to 10.113.1
{ | ||
"name": "dbay", | ||
"version": "0.113.0", | ||
"version": "10.113.1", | ||
"description": "In-Process, In-Memory & File-Based Relational Data Processing with SQLite, BetterSQLite3", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
@@ -388,4 +388,4 @@ | ||
— the right thing to do is to call `db.create_insert { into: table_name, on_conflict: 'do nothing', }`. Assuming table `t1` | ||
has been declared as above, calling | ||
— the right thing to do is to call `db.create_insert { into: table_name, on_conflict: 'do nothing', }`. | ||
Assuming table `t1` has been declared as above, calling | ||
@@ -402,2 +402,4 @@ ```coffee | ||
on conflict do nothing; | ||
-- |<------>| | ||
-- inserted string | ||
``` | ||
@@ -416,5 +418,5 @@ | ||
values ( $b, $c ) | ||
on conflict do update set | ||
b = excluded.b, | ||
c = excluded.c; | ||
on conflict do update set --| conflict resolution clause | ||
b = excluded.b, --| mandated by { update: true, } | ||
c = excluded.c; --| containing same fields as above | ||
``` | ||
@@ -421,0 +423,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11984802
0
509