MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / fullSQLName

Function fullSQLName

packages/core/fumadb/src/adapters/kysely/query.ts:31–33  ·  view source on GitHub ↗
(column: AnyColumn)

Source from the content-addressed store, hash-verified

29import type { SQLProvider } from "../../shared/providers";
30
31function fullSQLName(column: AnyColumn) {
32 return `${column.table.names.sql}.${column.names.sql}`;
33}
34
35export function buildWhere(
36 condition: Condition,

Callers 2

buildWhereFunction · 0.85
findManyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected