@prisma/adapter-pg-worker
Advanced tools
Comparing version 6.5.0-integration-fix-client-read-replicas.3 to 6.5.0-integration-fix-dynamic-libsql-import.1
@@ -8,2 +8,3 @@ "use strict"; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value; | ||
var __export = (target, all) => { | ||
@@ -30,2 +31,3 @@ for (var name2 in all) | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value); | ||
@@ -82,2 +84,3 @@ // src/index.ts | ||
super(); | ||
__publicField(this, "type"); | ||
this.type = _UnsupportedNativeDataType.typeNames[code] || "Unknown"; | ||
@@ -88,3 +91,3 @@ this.message = `Unsupported column type ${this.type}`; | ||
// map of type codes to type names | ||
_UnsupportedNativeDataType.typeNames = { | ||
__publicField(_UnsupportedNativeDataType, "typeNames", { | ||
16: "bool", | ||
@@ -202,3 +205,3 @@ 17: "bytea", | ||
5080: "anycompatiblerange" | ||
}; | ||
}); | ||
var UnsupportedNativeDataType = _UnsupportedNativeDataType; | ||
@@ -382,4 +385,4 @@ function fieldToColumnType(fieldTypeId) { | ||
this.client = client; | ||
this.provider = "postgres"; | ||
this.adapterName = name; | ||
__publicField(this, "provider", "postgres"); | ||
__publicField(this, "adapterName", name); | ||
} | ||
@@ -386,0 +389,0 @@ /** |
{ | ||
"name": "@prisma/adapter-pg-worker", | ||
"version": "6.5.0-integration-fix-client-read-replicas.3", | ||
"version": "6.5.0-integration-fix-dynamic-libsql-import.1", | ||
"description": "Prisma's driver adapter for \"@prisma/pg-worker\"", | ||
@@ -35,10 +35,10 @@ "main": "dist/index.js", | ||
"postgres-array": "3.0.2", | ||
"@prisma/driver-adapter-utils": "6.5.0-integration-fix-client-read-replicas.3" | ||
"@prisma/driver-adapter-utils": "6.5.0-integration-fix-dynamic-libsql-import.1" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "1.10.11", | ||
"@swc/core": "1.11.5", | ||
"@swc/jest": "0.2.37", | ||
"jest": "29.7.0", | ||
"jest-junit": "16.0.0", | ||
"@prisma/pg-worker": "6.5.0-integration-fix-client-read-replicas.3" | ||
"@prisma/pg-worker": "6.5.0-integration-fix-dynamic-libsql-import.1" | ||
}, | ||
@@ -45,0 +45,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
50100
5840
1065
+ Added@prisma/debug@6.5.0-integration-fix-dynamic-libsql-import.1(transitive)
+ Added@prisma/driver-adapter-utils@6.5.0-integration-fix-dynamic-libsql-import.1(transitive)
- Removed@prisma/debug@6.5.0-integration-fix-client-read-replicas.3(transitive)
- Removed@prisma/driver-adapter-utils@6.5.0-integration-fix-client-read-replicas.3(transitive)
Updated@prisma/driver-adapter-utils@6.5.0-integration-fix-dynamic-libsql-import.1