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/index.cjs CHANGED
@@ -5812,7 +5812,6 @@ function validateOrderBy(model, orderBy, schemas) {
5812
5812
  }
5813
5813
  if (scalarSet.has(f)) {
5814
5814
  assertScalarField(model, f, "orderBy");
5815
- parseOrderByValue(value, f);
5816
5815
  continue;
5817
5816
  }
5818
5817
  if (relationSet.has(f)) {