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

Method constructor

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

Source from the content-addressed store, hash-verified

411
412export class JoinConditionMustBeEqualityError extends QueryBuilderError {
413 constructor() {
414 super(`Join condition must be an equality expression`)
415 }
416}
417
418export class QueryMustHaveFromClauseError extends QueryBuilderError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected