@prisma/query-plan-executor 7.5.0-dev.27 → 7.5.0-dev.29
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 +3 -3
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -101325,7 +101325,7 @@ __export(index_exports, {
|
|
|
101325
101325
|
module.exports = __toCommonJS(index_exports);
|
|
101326
101326
|
|
|
101327
101327
|
// package.json
|
|
101328
|
-
var version = "7.5.0-dev.
|
|
101328
|
+
var version = "7.5.0-dev.29";
|
|
101329
101329
|
|
|
101330
101330
|
// ../../node_modules/.pnpm/temporal-polyfill@0.3.0/node_modules/temporal-polyfill/chunks/internal.js
|
|
101331
101331
|
function clampProp(e2, n2, t2, o2, r2) {
|
|
@@ -113973,7 +113973,7 @@ function runInActiveSpan(nameOrOptions, fn2) {
|
|
|
113973
113973
|
var mariadb = __toESM(require_promise(), 1);
|
|
113974
113974
|
var name = "@prisma/adapter-mariadb";
|
|
113975
113975
|
var UNSIGNED_FLAG = 1 << 5;
|
|
113976
|
-
var
|
|
113976
|
+
var BINARY_COLLATION_INDEX = 63;
|
|
113977
113977
|
function mapColumnType(field) {
|
|
113978
113978
|
switch (field.type) {
|
|
113979
113979
|
case "TINY":
|
|
@@ -114016,7 +114016,7 @@ function mapColumnType(field) {
|
|
|
114016
114016
|
case "LONG_BLOB":
|
|
114017
114017
|
if (field["dataTypeFormat"] === "json") {
|
|
114018
114018
|
return ColumnTypeEnum.Json;
|
|
114019
|
-
} else if (field.
|
|
114019
|
+
} else if (field.collation.index === BINARY_COLLATION_INDEX) {
|
|
114020
114020
|
return ColumnTypeEnum.Bytes;
|
|
114021
114021
|
} else {
|
|
114022
114022
|
return ColumnTypeEnum.Text;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/query-plan-executor",
|
|
3
|
-
"version": "7.5.0-dev.
|
|
3
|
+
"version": "7.5.0-dev.29",
|
|
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-
|
|
23
|
-
"@prisma/
|
|
24
|
-
"@prisma/client-engine-runtime": "7.5.0-dev.
|
|
25
|
-
"@prisma/adapter-pg": "7.5.0-dev.
|
|
26
|
-
"@prisma/adapter-
|
|
22
|
+
"@prisma/adapter-mssql": "7.5.0-dev.29",
|
|
23
|
+
"@prisma/adapter-mariadb": "7.5.0-dev.29",
|
|
24
|
+
"@prisma/client-engine-runtime": "7.5.0-dev.29",
|
|
25
|
+
"@prisma/adapter-pg": "7.5.0-dev.29",
|
|
26
|
+
"@prisma/driver-adapter-utils": "7.5.0-dev.29"
|
|
27
27
|
},
|
|
28
28
|
"files": [
|
|
29
29
|
"dist"
|