@prisma-next/sql-runtime 0.3.0-dev.3 → 0.3.0-pr.71.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.
@@ -15784,7 +15784,7 @@ ${Utils.log(this.opts, emptyBuf, 0, 7)}`
15784
15784
  };
15785
15785
  }
15786
15786
  var shouldWarn = (code) => !warned.has(code);
15787
- var TYPE = Symbol("type");
15787
+ var TYPE = /* @__PURE__ */ Symbol("type");
15788
15788
  var isPosInt = (n2) => n2 && n2 === Math.floor(n2) && n2 > 0 && isFinite(n2);
15789
15789
  var getUintArray = (max2) => !isPosInt(max2) ? null : max2 <= Math.pow(2, 8) ? Uint8Array : max2 <= Math.pow(2, 16) ? Uint16Array : max2 <= Math.pow(2, 32) ? Uint32Array : max2 <= Number.MAX_SAFE_INTEGER ? ZeroArray : null;
15790
15790
  var ZeroArray = class extends Array {
@@ -23702,7 +23702,7 @@ ${Utils.log(this.opts, packet.buf, packet.pos, packet.end)}`,
23702
23702
  "../../node_modules/.pnpm/mssql@11.0.1/node_modules/mssql/lib/datatypes.js"(exports22, module22) {
23703
23703
  "use strict";
23704
23704
  var objectHasProperty2 = require_utils4().objectHasProperty;
23705
- var inspect2 = Symbol.for("nodejs.util.inspect.custom");
23705
+ var inspect2 = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
23706
23706
  var TYPES = {
23707
23707
  VarChar(length2) {
23708
23708
  return { type: TYPES.VarChar, length: length2 };
@@ -38182,7 +38182,7 @@ ${errorDetail}`);
38182
38182
  return true;
38183
38183
  }
38184
38184
  var obj = {};
38185
- var sym = Symbol("test");
38185
+ var sym = /* @__PURE__ */ Symbol("test");
38186
38186
  var symObj = Object(sym);
38187
38187
  if (typeof sym === "string") {
38188
38188
  return false;
@@ -38239,7 +38239,7 @@ ${errorDetail}`);
38239
38239
  if (typeof origSymbol("foo") !== "symbol") {
38240
38240
  return false;
38241
38241
  }
38242
- if (typeof Symbol("bar") !== "symbol") {
38242
+ if (typeof /* @__PURE__ */ Symbol("bar") !== "symbol") {
38243
38243
  return false;
38244
38244
  }
38245
38245
  return hasSymbolSham();
@@ -40563,8 +40563,8 @@ ${errorDetail}`);
40563
40563
  "../../node_modules/.pnpm/@azure+core-tracing@1.0.1/node_modules/@azure/core-tracing/dist-esm/src/tracingContext.js"() {
40564
40564
  "use strict";
40565
40565
  knownContextKeys = {
40566
- span: Symbol.for("@azure/core-tracing span"),
40567
- namespace: Symbol.for("@azure/core-tracing namespace")
40566
+ span: /* @__PURE__ */ Symbol.for("@azure/core-tracing span"),
40567
+ namespace: /* @__PURE__ */ Symbol.for("@azure/core-tracing namespace")
40568
40568
  };
40569
40569
  TracingContextImpl = class _TracingContextImpl {
40570
40570
  constructor(initialContext) {
@@ -41700,7 +41700,7 @@ ${errorDetail}`);
41700
41700
  "../../node_modules/.pnpm/@azure+core-client@1.9.2/node_modules/@azure/core-client/dist/esm/operationHelpers.js"() {
41701
41701
  "use strict";
41702
41702
  init_state();
41703
- originalRequestSymbol = Symbol.for("@azure/core-client original request");
41703
+ originalRequestSymbol = /* @__PURE__ */ Symbol.for("@azure/core-client original request");
41704
41704
  }
41705
41705
  });
41706
41706
  function deserializationPolicy(options = {}) {
@@ -54121,7 +54121,7 @@ Headers: ${JSON.stringify(headers)}`
54121
54121
  var require_comparator = __commonJS2({
54122
54122
  "../../node_modules/.pnpm/semver@7.7.0/node_modules/semver/classes/comparator.js"(exports22, module22) {
54123
54123
  "use strict";
54124
- var ANY = Symbol("SemVer ANY");
54124
+ var ANY = /* @__PURE__ */ Symbol("SemVer ANY");
54125
54125
  var Comparator = class _Comparator {
54126
54126
  static get ANY() {
54127
54127
  return ANY;
@@ -64106,8 +64106,8 @@ To work with multiple accounts for the same Client ID and Tenant ID, please prov
64106
64106
  "../../node_modules/.pnpm/native-duplexpair@1.0.0/node_modules/native-duplexpair/index.js"(exports22, module22) {
64107
64107
  "use strict";
64108
64108
  var Duplex = __require("stream").Duplex;
64109
- var kCallback = Symbol("Callback");
64110
- var kOtherSide = Symbol("Other");
64109
+ var kCallback = /* @__PURE__ */ Symbol("Callback");
64110
+ var kOtherSide = /* @__PURE__ */ Symbol("Other");
64111
64111
  var DuplexSocket = class extends Duplex {
64112
64112
  constructor(options) {
64113
64113
  super(options);
@@ -64380,7 +64380,7 @@ To work with multiple accounts for the same Client ID and Tenant ID, please prov
64380
64380
  },
64381
64381
  isBlob
64382
64382
  };
64383
- module22.exports.promisify.custom = Symbol.for("nodejs.util.promisify.custom");
64383
+ module22.exports.promisify.custom = /* @__PURE__ */ Symbol.for("nodejs.util.promisify.custom");
64384
64384
  }
64385
64385
  });
64386
64386
  var require_event_target_shim = __commonJS2({
@@ -65052,7 +65052,7 @@ To work with multiple accounts for the same Client ID and Tenant ID, please prov
65052
65052
  "use strict";
65053
65053
  var { format, inspect: inspect2, AggregateError: CustomAggregateError } = require_util();
65054
65054
  var AggregateError2 = globalThis.AggregateError || CustomAggregateError;
65055
- var kIsNodeError = Symbol("kIsNodeError");
65055
+ var kIsNodeError = /* @__PURE__ */ Symbol("kIsNodeError");
65056
65056
  var kTypes = [
65057
65057
  "string",
65058
65058
  "function",
@@ -66594,7 +66594,7 @@ To work with multiple accounts for the same Client ID and Tenant ID, please prov
66594
66594
  return ret;
66595
66595
  }
66596
66596
  // Make sure the linked list only shows the minimal necessary information.
66597
- [Symbol.for("nodejs.util.inspect.custom")](_3, options) {
66597
+ [/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")](_3, options) {
66598
66598
  return inspect2(this, {
66599
66599
  ...options,
66600
66600
  // Only inspect one level.
@@ -70080,7 +70080,7 @@ To work with multiple accounts for the same Client ID and Tenant ID, please prov
70080
70080
  "../../node_modules/.pnpm/bl@6.0.12/node_modules/bl/BufferList.js"(exports22, module22) {
70081
70081
  "use strict";
70082
70082
  var { Buffer: Buffer2 } = __require("buffer");
70083
- var symbol2 = Symbol.for("BufferList");
70083
+ var symbol2 = /* @__PURE__ */ Symbol.for("BufferList");
70084
70084
  function BufferList(buf) {
70085
70085
  if (!(this instanceof BufferList)) {
70086
70086
  return new BufferList(buf);
@@ -95205,8 +95205,8 @@ To work with multiple accounts for the same Client ID and Tenant ID, please prov
95205
95205
  "use strict";
95206
95206
  var { Transform: Transform2 } = __require("stream");
95207
95207
  var { StringDecoder } = __require("string_decoder");
95208
- var kLast = Symbol("last");
95209
- var kDecoder = Symbol("decoder");
95208
+ var kLast = /* @__PURE__ */ Symbol("last");
95209
+ var kDecoder = /* @__PURE__ */ Symbol("decoder");
95210
95210
  function transform2(chunk, enc, cb) {
95211
95211
  let list;
95212
95212
  if (this.overflow) {
@@ -100774,7 +100774,7 @@ To work with multiple accounts for the same Client ID and Tenant ID, please prov
100774
100774
  }
100775
100775
  var isCompatible = _makeCompatibilityCheck(VERSION2);
100776
100776
  var major = VERSION2.split(".")[0];
100777
- var GLOBAL_OPENTELEMETRY_API_KEY = Symbol.for("opentelemetry.js.api." + major);
100777
+ var GLOBAL_OPENTELEMETRY_API_KEY = /* @__PURE__ */ Symbol.for("opentelemetry.js.api." + major);
100778
100778
  var _global = _globalThis;
100779
100779
  function registerGlobal(type2, instance, diag, allowOverride) {
100780
100780
  var _a3;
@@ -101542,7 +101542,7 @@ To work with multiple accounts for the same Client ID and Tenant ID, please prov
101542
101542
  this.log("error", message, attributes);
101543
101543
  }
101544
101544
  };
101545
- var LOG_CONTEXT = Symbol("LogContext");
101545
+ var LOG_CONTEXT = /* @__PURE__ */ Symbol("LogContext");
101546
101546
  function getActiveLogger() {
101547
101547
  const logger30 = context.active().getValue(LOG_CONTEXT);
101548
101548
  if (!logger30) {
@@ -102254,7 +102254,7 @@ ${log32.fields?.reason}`;
102254
102254
  }
102255
102255
  };
102256
102256
  setClassName(PrismaClientValidationError, "PrismaClientValidationError");
102257
- var secret = Symbol();
102257
+ var secret = /* @__PURE__ */ Symbol();
102258
102258
  var representations = /* @__PURE__ */ new WeakMap();
102259
102259
  var ObjectEnumValue = class {
102260
102260
  constructor(arg) {
@@ -104472,7 +104472,7 @@ ${log32.fields?.reason}`;
104472
104472
  function trunc(x22) {
104473
104473
  return finalise(x22 = new this(x22), x22.e + 1, 1);
104474
104474
  }
104475
- P22[Symbol.for("nodejs.util.inspect.custom")] = P22.toString;
104475
+ P22[/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")] = P22.toString;
104476
104476
  P22[Symbol.toStringTag] = "Decimal";
104477
104477
  var Decimal = P22.constructor = clone(DEFAULTS);
104478
104478
  LN10 = new Decimal(LN10);
@@ -107112,7 +107112,7 @@ ${log32.fields?.reason}`;
107112
107112
  }
107113
107113
  };
107114
107114
  };
107115
- var GET_MATCH_RESULT = Symbol();
107115
+ var GET_MATCH_RESULT = /* @__PURE__ */ Symbol();
107116
107116
  var parseBody = async (request3, options = /* @__PURE__ */ Object.create(null)) => {
107117
107117
  const { all = false, dot = false } = options;
107118
107118
  const headers = request3 instanceof HonoRequest ? request3.raw.headers : request3.headers;
@@ -107762,7 +107762,7 @@ ${log32.fields?.reason}`;
107762
107762
  var LABEL_REG_EXP_STR = "[^/]+";
107763
107763
  var ONLY_WILDCARD_REG_EXP_STR = ".*";
107764
107764
  var TAIL_WILDCARD_REG_EXP_STR = "(?:|/.*)";
107765
- var PATH_ERROR = Symbol();
107765
+ var PATH_ERROR = /* @__PURE__ */ Symbol();
107766
107766
  var regExpMetaChars = new Set(".\\+*[^]$()");
107767
107767
  function compareKey(a2, b22) {
107768
107768
  if (a2.length === 1) {
@@ -108370,7 +108370,7 @@ ${log32.fields?.reason}`;
108370
108370
  });
108371
108371
  }
108372
108372
  };
108373
- var TRACING_COLLECTOR_KEY = Symbol("TracingCollector");
108373
+ var TRACING_COLLECTOR_KEY = /* @__PURE__ */ Symbol("TracingCollector");
108374
108374
  var tracingCollectorContext = {
108375
108375
  getActive() {
108376
108376
  const collector = context.active().getValue(TRACING_COLLECTOR_KEY);
@@ -111615,7 +111615,7 @@ ${log32.fields?.reason}`;
111615
111615
  Object.defineProperty(_3, "name", { value: name6 });
111616
111616
  return _3;
111617
111617
  }
111618
- var $brand = Symbol("zod_brand");
111618
+ var $brand = /* @__PURE__ */ Symbol("zod_brand");
111619
111619
  var $ZodAsyncError = class extends Error {
111620
111620
  constructor() {
111621
111621
  super(`Encountered Promise during synchronous parse. Use .parseAsync() instead.`);
@@ -111758,7 +111758,7 @@ ${log32.fields?.reason}`;
111758
111758
  const stepInt = Number.parseInt(step.toFixed(decCount).replace(".", ""));
111759
111759
  return valInt % stepInt / 10 ** decCount;
111760
111760
  }
111761
- var EVALUATING = Symbol("evaluating");
111761
+ var EVALUATING = /* @__PURE__ */ Symbol("evaluating");
111762
111762
  function defineLazy(object22, key, getter) {
111763
111763
  let value = void 0;
111764
111764
  Object.defineProperty(object22, key, {
@@ -120091,8 +120091,8 @@ ${log32.fields?.reason}`;
120091
120091
  localeError: error43()
120092
120092
  };
120093
120093
  }
120094
- var $output = Symbol("ZodOutput");
120095
- var $input = Symbol("ZodInput");
120094
+ var $output = /* @__PURE__ */ Symbol("ZodOutput");
120095
+ var $input = /* @__PURE__ */ Symbol("ZodInput");
120096
120096
  var $ZodRegistry = class {
120097
120097
  constructor() {
120098
120098
  this._map = /* @__PURE__ */ new Map();
@@ -137860,4 +137860,4 @@ export {
137860
137860
  *)
137861
137861
  *)
137862
137862
  */
137863
- //# sourceMappingURL=accelerate-EEKAFGN3-SHR4XFVV.js.map
137863
+ //# sourceMappingURL=accelerate-EEKAFGN3-P6A6XJWJ.js.map