MCPcopy Index your code
hub / github.com/go-dev-frame/sponge / Test_getPostgresqlTableFields

Function Test_getPostgresqlTableFields

pkg/sql2code/parser/parser_test.go:365–368  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

363}
364
365func Test_getPostgresqlTableFields(t *testing.T) {
366 defer func() { _ = recover() }()
367 _, _ = getPostgresqlTableFields(nil, "foobar")
368}
369
370func TestGetSqliteTableInfo(t *testing.T) {
371 info, err := GetSqliteTableInfo("..\\..\\..\\test\\sql\\sqlite\\sponge.db", "user_order")

Callers

nothing calls this directly

Calls 1

getPostgresqlTableFieldsFunction · 0.85

Tested by

no test coverage detected