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

Method constructor

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

Source from the content-addressed store, hash-verified

454
455export class DistinctRequiresSelectError extends QueryCompilationError {
456 constructor() {
457 super(`DISTINCT requires a SELECT clause.`)
458 }
459}
460
461export class FnSelectWithGroupByError extends QueryCompilationError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected