@databases/pg
Advanced tools
Comparing version 1.2.0 to 2.0.0
@@ -67,3 +67,3 @@ "use strict"; | ||
INSERT INTO streaming_test.values (id) | ||
VALUES ${__1.sql.join(batchValues.map(v => __1.sql`(${v})`), ',')}; | ||
VALUES ${__1.sql.join(batchValues.map(v => __1.sql`(${v})`), __1.sql`,`)}; | ||
`); | ||
@@ -70,0 +70,0 @@ } |
{ | ||
"name": "@databases/pg", | ||
"version": "1.2.0", | ||
"version": "2.0.0", | ||
"description": "", | ||
@@ -13,3 +13,3 @@ "main": "./lib/index.js", | ||
"@databases/push-to-async-iterable": "^1.0.0", | ||
"@databases/sql": "^1.0.3", | ||
"@databases/sql": "^2.0.0", | ||
"@types/pg-query-stream": "^1.0.2", | ||
@@ -16,0 +16,0 @@ "pg-promise": "^8.6.0", |
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
53283
+ Added@databases/sql@2.2.0(transitive)
- Removed@databases/sql@1.1.0(transitive)
Updated@databases/sql@^2.0.0