@prisma-next/sql-runtime 0.15.0 → 0.16.0-dev.2
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/{exports-D5-Py3YP.mjs → exports-Cm5jehIz.mjs} +2 -2
- package/dist/{exports-D5-Py3YP.mjs.map → exports-Cm5jehIz.mjs.map} +1 -1
- package/dist/index.d.mts +1 -2
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{prepared-statement-BiwAFEou.d.mts → prepared-statement-BuDdY11z.d.mts} +3 -4
- package/dist/prepared-statement-BuDdY11z.d.mts.map +1 -0
- package/dist/test/utils.d.mts +11 -8
- package/dist/test/utils.d.mts.map +1 -1
- package/dist/test/utils.mjs +11 -9
- package/dist/test/utils.mjs.map +1 -1
- package/package.json +13 -13
- package/src/sql-context.ts +1 -1
- package/dist/prepared-statement-BiwAFEou.d.mts.map +0 -1
|
@@ -736,7 +736,7 @@ function assertMutationDefaultGeneratorsAvailable(contract, generatorRegistry) {
|
|
|
736
736
|
}
|
|
737
737
|
if (missing.size === 0) return;
|
|
738
738
|
const ids = Array.from(missing);
|
|
739
|
-
throw runtimeError("RUNTIME.
|
|
739
|
+
throw runtimeError("RUNTIME.MUTATION_DEFAULT_GENERATOR_MISSING", `Contract requires mutation default generator(s) ${ids.map((id) => `'${id}'`).join(", ")}, but no runtime component provides them.`, { ids });
|
|
740
740
|
}
|
|
741
741
|
function collectMutationDefaultGenerators(contributors) {
|
|
742
742
|
const generators = /* @__PURE__ */ new Map();
|
|
@@ -1634,4 +1634,4 @@ async function withTransaction(runtime, fn) {
|
|
|
1634
1634
|
//#endregion
|
|
1635
1635
|
export { createExecutionContext as a, lints as c, extractCodecIds as d, validateCodecRegistryCompleteness as f, createAstCodecRegistry as g, encodeParamsWithMetadata as h, decodeRow as i, budgets as l, deriveParamMetadata as m, withTransaction as n, createSqlExecutionStack as o, validateContractCodecMappings as p, buildDecodeContext as r, PreparedStatementImpl as s, SqlRuntimeBase as t, lowerSqlPlan as u };
|
|
1636
1636
|
|
|
1637
|
-
//# sourceMappingURL=exports-
|
|
1637
|
+
//# sourceMappingURL=exports-Cm5jehIz.mjs.map
|