@shiyuhang0/adapter-tidbcloud
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -100,3 +100,2 @@ "use strict"; | ||
const fields = result.types; | ||
const lastInsertId = result.lastInsertId.toString(); | ||
const rows = result.rows; | ||
@@ -108,4 +107,3 @@ const columnNames = Object.keys(fields); | ||
columnTypes: columnRawTypes.map((field) => fieldToColumnType(field)), | ||
rows, | ||
lastInsertId | ||
rows | ||
}; | ||
@@ -112,0 +110,0 @@ return (0, import_driver_adapter_utils2.ok)(resultSet); |
{ | ||
"name": "@shiyuhang0/adapter-tidbcloud", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Prisma's driver adapter for \"@tidbcloud/serverless\"", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
14032
372