MCPcopy Create free account
hub / github.com/TanStack/db / constructor

Method constructor

packages/db/src/errors.ts:488–492  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

486
487export class LimitOffsetRequireOrderByError extends QueryCompilationError {
488 constructor() {
489 super(
490 `LIMIT and OFFSET require an ORDER BY clause to ensure deterministic results`,
491 )
492 }
493}
494
495/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected