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

Method constructor

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

Source from the content-addressed store, hash-verified

480
481export class HavingRequiresGroupByError extends QueryCompilationError {
482 constructor() {
483 super(`HAVING clause requires GROUP BY clause`)
484 }
485}
486
487export class LimitOffsetRequireOrderByError extends QueryCompilationError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected