@prisma/query-plan-executor 7.6.0-dev.1 → 7.6.0-dev.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -101337,7 +101337,7 @@ __export(index_exports, {
|
|
|
101337
101337
|
module.exports = __toCommonJS(index_exports);
|
|
101338
101338
|
|
|
101339
101339
|
// package.json
|
|
101340
|
-
var version = "7.6.0-dev.
|
|
101340
|
+
var version = "7.6.0-dev.3";
|
|
101341
101341
|
|
|
101342
101342
|
// ../../node_modules/.pnpm/temporal-polyfill@0.3.0/node_modules/temporal-polyfill/chunks/internal.js
|
|
101343
101343
|
function clampProp(e2, n2, t2, o2, r2) {
|
|
@@ -116234,6 +116234,9 @@ var PrismaPgAdapterFactory = class {
|
|
|
116234
116234
|
if (poolOrConfig instanceof esm_default.Pool) {
|
|
116235
116235
|
this.externalPool = poolOrConfig;
|
|
116236
116236
|
this.config = poolOrConfig.options;
|
|
116237
|
+
} else if (typeof poolOrConfig === "string") {
|
|
116238
|
+
this.externalPool = null;
|
|
116239
|
+
this.config = { connectionString: poolOrConfig };
|
|
116237
116240
|
} else {
|
|
116238
116241
|
this.externalPool = null;
|
|
116239
116242
|
this.config = poolOrConfig;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/query-plan-executor",
|
|
3
|
-
"version": "7.6.0-dev.
|
|
3
|
+
"version": "7.6.0-dev.3",
|
|
4
4
|
"description": "This package is intended for Prisma's internal use",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"hono": "4.11.7",
|
|
20
20
|
"temporal-polyfill": "0.3.0",
|
|
21
21
|
"zod": "4.1.3",
|
|
22
|
-
"@prisma/adapter-pg": "7.6.0-dev.
|
|
23
|
-
"@prisma/adapter-mariadb": "7.6.0-dev.
|
|
24
|
-
"@prisma/
|
|
25
|
-
"@prisma/
|
|
26
|
-
"@prisma/adapter-
|
|
22
|
+
"@prisma/adapter-pg": "7.6.0-dev.3",
|
|
23
|
+
"@prisma/adapter-mariadb": "7.6.0-dev.3",
|
|
24
|
+
"@prisma/adapter-mssql": "7.6.0-dev.3",
|
|
25
|
+
"@prisma/client-engine-runtime": "7.6.0-dev.3",
|
|
26
|
+
"@prisma/driver-adapter-utils": "7.6.0-dev.3"
|
|
27
27
|
},
|
|
28
28
|
"files": [
|
|
29
29
|
"dist"
|