@prisma/internals 6.19.0-integration-feat-remove-library-engine.2 → 6.19.0-integration-next.14

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.
Files changed (91) hide show
  1. package/dist/{chunk-D7L3VT6R.js → chunk-247ICNDG.js} +8 -8
  2. package/dist/{chunk-NPMHIQNM.js → chunk-36YXR6IU.js} +8 -8
  3. package/dist/{chunk-MEOOYUIZ.js → chunk-5AI4FIZ3.js} +10 -10
  4. package/dist/{chunk-5MHUYAV3.js → chunk-5XFNC2RY.js} +9 -9
  5. package/dist/chunk-6TTRTZXU.js +37 -0
  6. package/dist/{chunk-UB2X7DGZ.js → chunk-75BIJ5PX.js} +9 -9
  7. package/dist/{chunk-H6PPJ5PX.js → chunk-7QC5VORA.js} +7 -7
  8. package/dist/{chunk-OENCCIMK.js → chunk-AGCXD33Q.js} +7 -7
  9. package/dist/{chunk-N2IUVVYJ.js → chunk-AVHPQM6S.js} +47 -32
  10. package/dist/{chunk-33K2EQQZ.js → chunk-AX5N26KG.js} +10 -10
  11. package/dist/{chunk-5I4ERIIY.js → chunk-B22EOFPW.js} +6 -3
  12. package/dist/{chunk-5CBDEFHE.js → chunk-B4WDAX32.js} +5 -5
  13. package/dist/{chunk-Z2IPE4NA.js → chunk-BJUIZZOW.js} +47 -32
  14. package/dist/{chunk-32LLAKF4.js → chunk-BVJP43JS.js} +784 -13
  15. package/dist/{chunk-AOJ2N25Z.js → chunk-CAYOFOK7.js} +8 -8
  16. package/dist/{chunk-IRWX4FCC.js → chunk-D4VDA2TZ.js} +6 -6
  17. package/dist/chunk-DZYINYAA.js +68 -0
  18. package/dist/{chunk-PTRXLDT7.js → chunk-EGJS32NP.js} +8 -8
  19. package/dist/{chunk-22HIO2UL.js → chunk-FC6CQUSK.js} +7 -7
  20. package/dist/{chunk-R3J2O23S.js → chunk-FCYHZHVW.js} +4 -4
  21. package/dist/chunk-FUYRCYVL.js +53 -0
  22. package/dist/{chunk-HNRMSI3R.js → chunk-FYZCPL2Z.js} +8 -5
  23. package/dist/{chunk-7NFX7KFI.js → chunk-GFAWJ2TV.js} +5 -5
  24. package/dist/{chunk-BUQN4WLU.js → chunk-GSH4BXBI.js} +6 -6
  25. package/dist/{chunk-UMB3Y33W.js → chunk-HD2CUQO5.js} +7 -7
  26. package/dist/{chunk-CGLLQXZE.js → chunk-HHG4DGHC.js} +12 -11
  27. package/dist/{chunk-ZVTQSH5K.js → chunk-HQAD5FY2.js} +5 -5
  28. package/dist/{chunk-RXERQWBD.js → chunk-HZ6U2UGL.js} +8 -8
  29. package/dist/{chunk-3WXUQZS7.js → chunk-I6WLABB2.js} +5 -14
  30. package/dist/{chunk-FF7OLLBP.js → chunk-IDINCQMN.js} +784 -12
  31. package/dist/{chunk-NPSVUZBN.js → chunk-IEJB3DQI.js} +5 -5
  32. package/dist/{chunk-2LOGW45F.js → chunk-JOIIWB3U.js} +33 -68
  33. package/dist/{chunk-IU77SCOB.js → chunk-KIFFN3IT.js} +9 -9
  34. package/dist/{chunk-EBJBIVXN.js → chunk-MURRA56K.js} +5 -5
  35. package/dist/{chunk-KNNTV7IN.js → chunk-NVNI2SRU.js} +213 -687
  36. package/dist/{chunk-BUB5LU5N.js → chunk-O6VZIATS.js} +5 -5
  37. package/dist/{chunk-BZV6PVWV.js → chunk-ROEAPAY4.js} +8 -8
  38. package/dist/{chunk-MUZJUPDX.js → chunk-S553BGWR.js} +4 -4
  39. package/dist/{chunk-H5STSTVK.js → chunk-SRZLJFU4.js} +16 -7
  40. package/dist/{chunk-VNIE2AZB.js → chunk-TQCLUNM2.js} +4 -4
  41. package/dist/{chunk-MXAUURHG.js → chunk-TQFONRJP.js} +5 -5
  42. package/dist/{chunk-GDTMDZJA.js → chunk-UH3WB3VN.js} +5 -5
  43. package/dist/{chunk-WJKBKH3Y.js → chunk-UHI6VYFX.js} +5 -5
  44. package/dist/{chunk-NNYJV66S.js → chunk-VIEJEAGW.js} +5 -5
  45. package/dist/{chunk-GJSFP4V4.js → chunk-VRGMXDRD.js} +6 -3
  46. package/dist/{chunk-NVSVTFPX.js → chunk-XTWFEQXH.js} +5 -5
  47. package/dist/cli/checkUnsupportedDataProxy.js +49 -47
  48. package/dist/cli/checkUnsupportedSchemaEngineWasm.js +49 -47
  49. package/dist/cli/schemaContext.js +49 -47
  50. package/dist/client/getClientEngineType.d.ts +6 -0
  51. package/dist/client/getClientEngineType.js +26 -0
  52. package/dist/engine-commands/errorHelpers.js +4 -4
  53. package/dist/engine-commands/formatSchema.js +48 -46
  54. package/dist/engine-commands/getConfig.js +10 -10
  55. package/dist/engine-commands/getDmmf.js +7 -7
  56. package/dist/engine-commands/getEngineVersion.js +9 -6
  57. package/dist/engine-commands/getEnginesInfo.js +9 -7
  58. package/dist/engine-commands/index.js +60 -58
  59. package/dist/engine-commands/lintSchema.js +8 -8
  60. package/dist/engine-commands/mergeSchemas.js +7 -7
  61. package/dist/engine-commands/validate.js +7 -7
  62. package/dist/errorReporting.js +6 -6
  63. package/dist/get-generators/getGenerators.js +51 -49
  64. package/dist/get-generators/utils/binaryTypeToEngineType.js +2 -2
  65. package/dist/get-generators/utils/engineTypeToBinaryType.js +2 -2
  66. package/dist/get-generators/utils/getBinaryPathsByVersion.js +5 -6
  67. package/dist/getPackedPackage.js +3 -4
  68. package/dist/highlight/highlight.js +5 -5
  69. package/dist/index.d.ts +4 -1
  70. package/dist/index.js +95 -88
  71. package/dist/{multipart-parser-UV3WZSWW.js → multipart-parser-3AFJFP6K.js} +6 -6
  72. package/dist/resolveBinary.js +7 -8
  73. package/dist/schemaEngineCommands.js +8 -9
  74. package/dist/sendPanic.js +4 -4
  75. package/dist/utils/canPrompt.js +3 -3
  76. package/dist/utils/cloudflareD1.js +3 -3
  77. package/dist/utils/drawBox.js +2 -2
  78. package/dist/utils/fs-functional.js +10 -10
  79. package/dist/utils/fs-utils.js +8 -8
  80. package/dist/utils/getVersionFromPackageJson.js +3 -3
  81. package/dist/utils/handleEngineLoadingErrors.d.ts +8 -0
  82. package/dist/utils/handleEngineLoadingErrors.js +27 -0
  83. package/dist/utils/handlePanic.js +8 -8
  84. package/dist/utils/link.js +2 -2
  85. package/dist/utils/load.d.ts +6 -0
  86. package/dist/utils/load.js +28 -0
  87. package/dist/utils/missingDatasource.js +5 -5
  88. package/dist/utils/missingGeneratorMessage.js +7 -7
  89. package/dist/wasm.js +5 -5
  90. package/package.json +12 -12
  91. package/dist/chunk-DYV47NUW.js +0 -796
@@ -16,15 +16,18 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var chunk_5I4ERIIY_exports = {};
20
- __export(chunk_5I4ERIIY_exports, {
19
+ var chunk_B22EOFPW_exports = {};
20
+ __export(chunk_B22EOFPW_exports, {
21
21
  binaryTypeToEngineType: () => binaryTypeToEngineType
22
22
  });
23
- module.exports = __toCommonJS(chunk_5I4ERIIY_exports);
23
+ module.exports = __toCommonJS(chunk_B22EOFPW_exports);
24
24
  var import_fetch_engine = require("@prisma/fetch-engine");
25
25
  function binaryTypeToEngineType(binaryType) {
26
26
  if (binaryType === import_fetch_engine.BinaryType.SchemaEngineBinary) {
27
27
  return "schemaEngine";
28
28
  }
29
+ if (binaryType === import_fetch_engine.BinaryType.QueryEngineLibrary) {
30
+ return "libqueryEngine";
31
+ }
29
32
  throw new Error(`Could not convert binary type ${binaryType}`);
30
33
  }
@@ -16,15 +16,15 @@ var __copyProps = (to, from, except, desc) => {
16
16
  return to;
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var chunk_5CBDEFHE_exports = {};
20
- __export(chunk_5CBDEFHE_exports, {
19
+ var chunk_B4WDAX32_exports = {};
20
+ __export(chunk_B4WDAX32_exports, {
21
21
  addVersionDetailsToErrorMessage: () => addVersionDetailsToErrorMessage
22
22
  });
23
- module.exports = __toCommonJS(chunk_5CBDEFHE_exports);
24
- var import_chunk_BUB5LU5N = require("./chunk-BUB5LU5N.js");
23
+ module.exports = __toCommonJS(chunk_B4WDAX32_exports);
24
+ var import_chunk_O6VZIATS = require("./chunk-O6VZIATS.js");
25
25
  var import_chunk_QN6PSQY7 = require("./chunk-QN6PSQY7.js");
26
26
  function addVersionDetailsToErrorMessage(message) {
27
- const rows = [["Prisma CLI Version", import_chunk_BUB5LU5N.version]];
27
+ const rows = [["Prisma CLI Version", import_chunk_O6VZIATS.version]];
28
28
  return `${message}
29
29
 
30
30
  ${(0, import_chunk_QN6PSQY7.formatTable)(rows)}`;
@@ -26,8 +26,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_Z2IPE4NA_exports = {};
30
- __export(chunk_Z2IPE4NA_exports, {
29
+ var chunk_BJUIZZOW_exports = {};
30
+ __export(chunk_BJUIZZOW_exports, {
31
31
  checkUnsupportedDataProxy: () => checkUnsupportedDataProxy,
32
32
  checkUnsupportedSchemaEngineWasm: () => checkUnsupportedSchemaEngineWasm,
33
33
  forbiddenCmdFlagWithSchemaEngineWasm: () => forbiddenCmdFlagWithSchemaEngineWasm,
@@ -36,37 +36,40 @@ __export(chunk_Z2IPE4NA_exports, {
36
36
  getBinaryTargetForCurrentPlatform: () => import_get_platform2.getBinaryTargetForCurrentPlatform,
37
37
  getGenerator: () => getGenerator,
38
38
  getGenerators: () => getGenerators,
39
+ getNodeAPIName: () => import_get_platform2.getNodeAPIName,
39
40
  knownBinaryTargets: () => knownBinaryTargets,
40
41
  loadSchemaContext: () => loadSchemaContext,
41
42
  processSchemaResult: () => processSchemaResult,
42
43
  skipIndex: () => skipIndex
43
44
  });
44
- module.exports = __toCommonJS(chunk_Z2IPE4NA_exports);
45
- var import_chunk_X77CS5RK = require("./chunk-X77CS5RK.js");
46
- var import_chunk_5MHUYAV3 = require("./chunk-5MHUYAV3.js");
45
+ module.exports = __toCommonJS(chunk_BJUIZZOW_exports);
47
46
  var import_chunk_X3P4J7WW = require("./chunk-X3P4J7WW.js");
48
47
  var import_chunk_LRU47BGE = require("./chunk-LRU47BGE.js");
48
+ var import_chunk_X77CS5RK = require("./chunk-X77CS5RK.js");
49
+ var import_chunk_5XFNC2RY = require("./chunk-5XFNC2RY.js");
50
+ var import_chunk_B22EOFPW = require("./chunk-B22EOFPW.js");
49
51
  var import_chunk_GXW4NTU2 = require("./chunk-GXW4NTU2.js");
50
52
  var import_chunk_5FJ3MENK = require("./chunk-5FJ3MENK.js");
51
- var import_chunk_H6PPJ5PX = require("./chunk-H6PPJ5PX.js");
52
- var import_chunk_33K2EQQZ = require("./chunk-33K2EQQZ.js");
53
+ var import_chunk_7QC5VORA = require("./chunk-7QC5VORA.js");
54
+ var import_chunk_AX5N26KG = require("./chunk-AX5N26KG.js");
53
55
  var import_chunk_6QTN4DDB = require("./chunk-6QTN4DDB.js");
54
- var import_chunk_3WXUQZS7 = require("./chunk-3WXUQZS7.js");
56
+ var import_chunk_I6WLABB2 = require("./chunk-I6WLABB2.js");
55
57
  var import_chunk_CRVLHWC5 = require("./chunk-CRVLHWC5.js");
56
- var import_chunk_D7L3VT6R = require("./chunk-D7L3VT6R.js");
57
- var import_chunk_BZV6PVWV = require("./chunk-BZV6PVWV.js");
58
- var import_chunk_NNYJV66S = require("./chunk-NNYJV66S.js");
59
- var import_chunk_UMB3Y33W = require("./chunk-UMB3Y33W.js");
58
+ var import_chunk_HZ6U2UGL = require("./chunk-HZ6U2UGL.js");
59
+ var import_chunk_EGJS32NP = require("./chunk-EGJS32NP.js");
60
+ var import_chunk_VIEJEAGW = require("./chunk-VIEJEAGW.js");
61
+ var import_chunk_HD2CUQO5 = require("./chunk-HD2CUQO5.js");
60
62
  var import_chunk_OKVM3CW4 = require("./chunk-OKVM3CW4.js");
61
- var import_chunk_ZVTQSH5K = require("./chunk-ZVTQSH5K.js");
63
+ var import_chunk_HQAD5FY2 = require("./chunk-HQAD5FY2.js");
62
64
  var import_chunk_ZJWZK45Z = require("./chunk-ZJWZK45Z.js");
63
65
  var import_chunk_2B26F5N3 = require("./chunk-2B26F5N3.js");
66
+ var import_chunk_FYZCPL2Z = require("./chunk-FYZCPL2Z.js");
64
67
  var import_chunk_XKZ6CBLA = require("./chunk-XKZ6CBLA.js");
65
68
  var import_chunk_LMVSIVKQ = require("./chunk-LMVSIVKQ.js");
66
69
  var import_chunk_BPDMLM32 = require("./chunk-BPDMLM32.js");
67
70
  var import_chunk_IOIAK7V7 = require("./chunk-IOIAK7V7.js");
68
71
  var import_chunk_PG5FDKSF = require("./chunk-PG5FDKSF.js");
69
- var import_chunk_32LLAKF4 = require("./chunk-32LLAKF4.js");
72
+ var import_chunk_BVJP43JS = require("./chunk-BVJP43JS.js");
70
73
  var import_chunk_4VNS5WPM = require("./chunk-4VNS5WPM.js");
71
74
  var import_path = __toESM(require("path"));
72
75
  var import_debug = __toESM(require("@prisma/debug"));
@@ -79,7 +82,7 @@ var forbiddenCmdFlagWithSchemaEngineWasm = ({ cmd, flag }) => `
79
82
  Passing the ${(0, import_chunk_PG5FDKSF.green)(`${flag}`)} flag to the ${(0, import_chunk_PG5FDKSF.green)(`prisma ${cmd}`)} command is not supported when
80
83
  defining an ${(0, import_chunk_PG5FDKSF.green)(`adapter`)} in Prisma config file (e.g., ${(0, import_chunk_PG5FDKSF.green)(`\`prisma.config.ts\``)}).
81
84
 
82
- More information about this limitation: ${(0, import_chunk_3WXUQZS7.link)("https://pris.ly/d/schema-engine-limitations")}
85
+ More information about this limitation: ${(0, import_chunk_I6WLABB2.link)("https://pris.ly/d/schema-engine-limitations")}
83
86
  `;
84
87
  function checkUnsupportedSchemaEngineWasm({
85
88
  cmd,
@@ -100,7 +103,7 @@ var debug = (0, import_debug.default)("prisma:format");
100
103
  async function formatSchema({ schemas }, inputFormattingOptions) {
101
104
  if (process.env.FORCE_PANIC_PRISMA_SCHEMA) {
102
105
  handleFormatPanic(() => {
103
- import_chunk_ZVTQSH5K.prismaSchemaWasm.debug_panic();
106
+ import_chunk_HQAD5FY2.prismaSchemaWasm.debug_panic();
104
107
  });
105
108
  }
106
109
  const defaultFormattingOptions = {
@@ -117,10 +120,10 @@ async function formatSchema({ schemas }, inputFormattingOptions) {
117
120
  const { formattedMultipleSchemas, lintDiagnostics } = handleFormatPanic(() => {
118
121
  const formattedMultipleSchemasRaw = formatWasm(JSON.stringify(schemas), documentFormattingParams);
119
122
  const formattedMultipleSchemas2 = JSON.parse(formattedMultipleSchemasRaw);
120
- const lintDiagnostics2 = (0, import_chunk_NNYJV66S.lintSchema)({ schemas: formattedMultipleSchemas2 });
123
+ const lintDiagnostics2 = (0, import_chunk_VIEJEAGW.lintSchema)({ schemas: formattedMultipleSchemas2 });
121
124
  return { formattedMultipleSchemas: formattedMultipleSchemas2, lintDiagnostics: lintDiagnostics2 };
122
125
  });
123
- const lintWarnings = (0, import_chunk_NNYJV66S.getLintWarningsAsText)(lintDiagnostics);
126
+ const lintWarnings = (0, import_chunk_VIEJEAGW.getLintWarningsAsText)(lintDiagnostics);
124
127
  if (lintWarnings && import_chunk_ZJWZK45Z.logger_exports.should.warn()) {
125
128
  console.warn(lintWarnings);
126
129
  }
@@ -147,7 +150,7 @@ function handleFormatPanic(tryCb) {
147
150
  }
148
151
  }
149
152
  function formatWasm(schema, documentFormattingParams) {
150
- const formattedSchema = import_chunk_ZVTQSH5K.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
153
+ const formattedSchema = import_chunk_HQAD5FY2.prismaSchemaWasm.format(schema, JSON.stringify(documentFormattingParams));
151
154
  return formattedSchema;
152
155
  }
153
156
  async function loadSchemaContext({
@@ -187,7 +190,7 @@ async function processSchemaResult({
187
190
  if (printLoadMessage) {
188
191
  (0, import_chunk_OKVM3CW4.printSchemaLoadedMessage)(loadedFromPathForLogMessages);
189
192
  }
190
- const configFromPsl = await (0, import_chunk_D7L3VT6R.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
193
+ const configFromPsl = await (0, import_chunk_HZ6U2UGL.getConfig)({ datamodel: schemaResult.schemas, ignoreEnvVarErrors });
191
194
  const datasourceFromPsl = configFromPsl.datasources.at(0);
192
195
  const primaryDatasource = (0, import_chunk_XKZ6CBLA.z)(schemaEngineConfig).with({ engine: "classic" }, ({ datasource }) => {
193
196
  const { url, directUrl, shadowDatabaseUrl } = datasource;
@@ -220,7 +223,7 @@ function getPrimaryDatasourceDirectory(primaryDatasource) {
220
223
  }
221
224
  return null;
222
225
  }
223
- var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_32LLAKF4.require_p_map)());
226
+ var import_p_map = (0, import_chunk_4VNS5WPM.__toESM)((0, import_chunk_BVJP43JS.require_p_map)());
224
227
  var debug2 = (0, import_debug2.default)("prisma:getGenerators");
225
228
  async function getGenerators(options) {
226
229
  if (options.registry === void 0 && options.providerAliases !== void 0) {
@@ -253,19 +256,19 @@ async function getGenerators(options) {
253
256
  throw new Error(`no schema provided for getGenerators`);
254
257
  }
255
258
  if (!schemaContext.primaryDatasource) {
256
- throw new Error(import_chunk_H6PPJ5PX.missingDatasource);
259
+ throw new Error(import_chunk_7QC5VORA.missingDatasource);
257
260
  }
258
261
  (0, import_chunk_5FJ3MENK.printConfigWarnings)(schemaContext.warnings);
259
262
  const previewFeatures = (0, import_chunk_CRVLHWC5.extractPreviewFeatures)(schemaContext.generators);
260
- const dmmf = await (0, import_chunk_BZV6PVWV.getDMMF)({
263
+ const dmmf = await (0, import_chunk_EGJS32NP.getDMMF)({
261
264
  datamodel: schemaContext.schemaFiles,
262
265
  previewFeatures
263
266
  });
264
267
  if (dmmf.datamodel.models.length === 0 && !allowNoModels) {
265
268
  if (schemaContext.primaryDatasource.provider === "mongodb") {
266
- throw new Error(import_chunk_33K2EQQZ.missingModelMessageMongoDB);
269
+ throw new Error(import_chunk_AX5N26KG.missingModelMessageMongoDB);
267
270
  }
268
- throw new Error(import_chunk_33K2EQQZ.missingModelMessage);
271
+ throw new Error(import_chunk_AX5N26KG.missingModelMessage);
269
272
  }
270
273
  const generatorConfigs = filterGenerators(overrideGenerators || schemaContext.generators, generatorNames);
271
274
  await validateGenerators(generatorConfigs);
@@ -308,7 +311,7 @@ You need to define \`output\` in the generator block in the schema file.`
308
311
  fromEnvVar: null
309
312
  };
310
313
  }
311
- const datamodel = (0, import_chunk_UMB3Y33W.mergeSchemas)({ schemas: schemaContext.schemaFiles });
314
+ const datamodel = (0, import_chunk_HD2CUQO5.mergeSchemas)({ schemas: schemaContext.schemaFiles });
312
315
  const envPaths = (0, import_chunk_6QTN4DDB.getEnvPaths)(schemaContext.schemaPath, { cwd: generatorConfig.output.value });
313
316
  const options2 = {
314
317
  datamodel,
@@ -366,16 +369,17 @@ generator gen {
366
369
  }
367
370
  const generatorBinaryTargets = g.options?.generator?.binaryTargets;
368
371
  if (generatorBinaryTargets && generatorBinaryTargets.length > 0) {
369
- for (const binaryTarget of generatorBinaryTargets) {
370
- if (!neededVersions[neededVersion].binaryTargets.find((object) => object.value === binaryTarget.value)) {
371
- neededVersions[neededVersion].binaryTargets.push(binaryTarget);
372
+ for (const binaryTarget2 of generatorBinaryTargets) {
373
+ if (!neededVersions[neededVersion].binaryTargets.find((object) => object.value === binaryTarget2.value)) {
374
+ neededVersions[neededVersion].binaryTargets.push(binaryTarget2);
372
375
  }
373
376
  }
374
377
  }
375
378
  }
376
379
  }
380
+ const queryEngineType = (0, import_chunk_B22EOFPW.binaryTypeToEngineType)(import_chunk_FYZCPL2Z.BinaryType.QueryEngineLibrary);
377
381
  debug2("neededVersions", JSON.stringify(neededVersions, null, 2));
378
- const { binaryPathsByVersion } = await (0, import_chunk_5MHUYAV3.getBinaryPathsByVersion)({
382
+ const { binaryPathsByVersion, binaryTarget } = await (0, import_chunk_5XFNC2RY.getBinaryPathsByVersion)({
379
383
  neededVersions,
380
384
  // We're lazily computing the binary target here, to avoid printing the
381
385
  // `Prisma failed to detect the libssl/openssl version to use` warning
@@ -396,6 +400,17 @@ generator gen {
396
400
  const generatorBinaryPaths = (0, import_chunk_GXW4NTU2.pick)(binaryPaths ?? {}, generator.manifest.requiresEngines);
397
401
  debug2({ generatorBinaryPaths });
398
402
  generator.setBinaryPaths(generatorBinaryPaths);
403
+ if (engineVersion !== version2 && generator.options && generator.manifest.requiresEngines.includes(queryEngineType) && generatorBinaryPaths[queryEngineType] && generatorBinaryPaths[queryEngineType]?.[binaryTarget]) {
404
+ const customDmmf = await (0, import_chunk_EGJS32NP.getDMMF)({
405
+ datamodel: schemaContext.schemaFiles,
406
+ previewFeatures
407
+ });
408
+ const options2 = { ...generator.options, dmmf: customDmmf };
409
+ debug2("generator.manifest.prettyName", generator.manifest.prettyName);
410
+ debug2("options", options2);
411
+ debug2("options.generator.binaryTargets", options2.generator.binaryTargets);
412
+ generator.setOptions(options2);
413
+ }
399
414
  }
400
415
  }
401
416
  return generators;
@@ -483,7 +498,7 @@ var forbiddenCmdWithDataProxyFlagMessage = (command) => `
483
498
  Using an Accelerate URL is not supported for this CLI command ${(0, import_chunk_PG5FDKSF.green)(`prisma ${command}`)} yet.
484
499
  Please use a direct connection to your database via the datasource \`directUrl\` setting.
485
500
 
486
- More information about this limitation: ${(0, import_chunk_3WXUQZS7.link)("https://pris.ly/d/accelerate-limitations")}
501
+ More information about this limitation: ${(0, import_chunk_I6WLABB2.link)("https://pris.ly/d/accelerate-limitations")}
487
502
  `;
488
503
  function checkUnsupportedDataProxy({
489
504
  cmd,
@@ -496,7 +511,7 @@ function checkUnsupportedDataProxy({
496
511
  }
497
512
  }
498
513
  if (!schemaContext?.primaryDatasource) return;
499
- const url = (0, import_chunk_D7L3VT6R.resolveUrl)((0, import_chunk_D7L3VT6R.getEffectiveUrl)(schemaContext.primaryDatasource));
514
+ const url = (0, import_chunk_HZ6U2UGL.resolveUrl)((0, import_chunk_HZ6U2UGL.getEffectiveUrl)(schemaContext.primaryDatasource));
500
515
  if (url?.startsWith("prisma://")) {
501
516
  throw new Error(forbiddenCmdWithDataProxyFlagMessage(cmd));
502
517
  }