drizzle-kit 0.22.7-28915b7 → 0.22.7-7d5e8a9
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/bin.cjs +2 -2
- package/package.json +1 -1
- package/payload.js +0 -2
- package/payload.mjs +0 -2
package/bin.cjs
CHANGED
@@ -22390,7 +22390,6 @@ function mapSqlToSqliteType(sqlType) {
|
|
22390
22390
|
}
|
22391
22391
|
}
|
22392
22392
|
function extractGeneratedColumns(input) {
|
22393
|
-
console.log("input", input);
|
22394
22393
|
const columns = {};
|
22395
22394
|
const lines = input.split(/,\s*(?![^()]*\))/);
|
22396
22395
|
for (const line of lines) {
|
@@ -22412,7 +22411,6 @@ function extractGeneratedColumns(input) {
|
|
22412
22411
|
};
|
22413
22412
|
}
|
22414
22413
|
}
|
22415
|
-
console.log("columns", columns);
|
22416
22414
|
return columns;
|
22417
22415
|
}
|
22418
22416
|
var import_drizzle_orm7, import_sqlite_core2, dialect6, generateSqliteSnapshot, fromDatabase3;
|
@@ -124256,7 +124254,9 @@ var init_push = __esm({
|
|
124256
124254
|
}
|
124257
124255
|
await db2.query("commit");
|
124258
124256
|
} catch (e2) {
|
124257
|
+
console.error(e2);
|
124259
124258
|
await db2.query("rollback");
|
124259
|
+
process.exit(1);
|
124260
124260
|
}
|
124261
124261
|
} else if (credentials2.driver === "turso") {
|
124262
124262
|
await db2.batch(statementsToExecute.map((it) => ({ query: it })));
|
package/package.json
CHANGED
package/payload.js
CHANGED
@@ -29069,7 +29069,6 @@ function mapSqlToSqliteType(sqlType) {
|
|
29069
29069
|
}
|
29070
29070
|
}
|
29071
29071
|
function extractGeneratedColumns(input) {
|
29072
|
-
console.log("input", input);
|
29073
29072
|
const columns = {};
|
29074
29073
|
const lines = input.split(/,\s*(?![^()]*\))/);
|
29075
29074
|
for (const line of lines) {
|
@@ -29091,7 +29090,6 @@ function extractGeneratedColumns(input) {
|
|
29091
29090
|
};
|
29092
29091
|
}
|
29093
29092
|
}
|
29094
|
-
console.log("columns", columns);
|
29095
29093
|
return columns;
|
29096
29094
|
}
|
29097
29095
|
var dialect5, generateSqliteSnapshot, fromDatabase2;
|
package/payload.mjs
CHANGED
@@ -29074,7 +29074,6 @@ function mapSqlToSqliteType(sqlType) {
|
|
29074
29074
|
}
|
29075
29075
|
}
|
29076
29076
|
function extractGeneratedColumns(input) {
|
29077
|
-
console.log("input", input);
|
29078
29077
|
const columns = {};
|
29079
29078
|
const lines = input.split(/,\s*(?![^()]*\))/);
|
29080
29079
|
for (const line of lines) {
|
@@ -29096,7 +29095,6 @@ function extractGeneratedColumns(input) {
|
|
29096
29095
|
};
|
29097
29096
|
}
|
29098
29097
|
}
|
29099
|
-
console.log("columns", columns);
|
29100
29098
|
return columns;
|
29101
29099
|
}
|
29102
29100
|
var dialect5, generateSqliteSnapshot, fromDatabase2;
|