MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / newSQLiteSelector

Function newSQLiteSelector

internal/compiler/selector.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30type sqliteSelector struct{}
31
32func newSQLiteSelector() *sqliteSelector {
33 return &sqliteSelector{}
34}
35
36func (s *sqliteSelector) ColumnExpr(name string, column *Column) string {
37 // Under SQLite, neither json nor jsonb are real data types, and rather just

Callers 2

NewCompilerFunction · 0.85
TestSelectorFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestSelectorFunction · 0.68