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