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

Method constructor

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

Source from the content-addressed store, hash-verified

471
472export class UnsupportedRootScalarSelectError extends QueryCompilationError {
473 constructor() {
474 super(
475 `Top-level scalar select() is not supported by createLiveQueryCollection() or queryOnce(). ` +
476 `Return an object from .select(), or use the scalar query inside toArray(...) or concat(toArray(...)).`,
477 )
478 }
479}
480
481export class HavingRequiresGroupByError extends QueryCompilationError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected