prisma-sql 1.75.0 → 1.75.1

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/generator.js CHANGED
@@ -2312,7 +2312,7 @@ var require_package = __commonJS({
2312
2312
  "package.json"(exports$1, module) {
2313
2313
  module.exports = {
2314
2314
  name: "prisma-sql",
2315
- version: "1.75.0",
2315
+ version: "1.75.1",
2316
2316
  description: "Convert Prisma queries to optimized SQL with type safety. 2-7x faster than Prisma Client.",
2317
2317
  main: "dist/index.cjs",
2318
2318
  module: "dist/index.js",
@@ -8089,7 +8089,6 @@ function validateOrderBy(model, orderBy, schemas) {
8089
8089
  }
8090
8090
  if (scalarSet.has(f)) {
8091
8091
  assertScalarField(model, f, "orderBy");
8092
- parseOrderByValue(value, f);
8093
8092
  continue;
8094
8093
  }
8095
8094
  if (relationSet.has(f)) {