MCPcopy Create free account
hub / github.com/chainbound/apollo / TestGenerateInsertSQL

Function TestGenerateInsertSQL

generate/sql_test.go:45–60  ·  view source on GitHub ↗

func TestGenerateColumns(t *testing.T) { schema, err := ParseV2("../test") if err != nil { t.Fatal(err) } var cols []*Column for _, s := range schema.Contracts { c, err := GenerateColumns(*s) if err != nil { t.Fatal(err) } cols = append(cols, c...) } for _, col := range cols {

(t *testing.T)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

GenerateInsertSQLFunction · 0.85

Tested by

no test coverage detected