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.
@@ -2323,7 +2323,7 @@ var require_package = __commonJS({
2323
2323
  "package.json"(exports$1, module) {
2324
2324
  module.exports = {
2325
2325
  name: "prisma-sql",
2326
- version: "1.75.0",
2326
+ version: "1.75.1",
2327
2327
  description: "Convert Prisma queries to optimized SQL with type safety. 2-7x faster than Prisma Client.",
2328
2328
  main: "dist/index.cjs",
2329
2329
  module: "dist/index.js",
@@ -8100,7 +8100,6 @@ function validateOrderBy(model, orderBy, schemas) {
8100
8100
  }
8101
8101
  if (scalarSet.has(f)) {
8102
8102
  assertScalarField(model, f, "orderBy");
8103
- parseOrderByValue(value, f);
8104
8103
  continue;
8105
8104
  }
8106
8105
  if (relationSet.has(f)) {