MCPcopy Create free account
hub / github.com/go-dev-frame/sponge / TestGetSqliteTableInfo

Function TestGetSqliteTableInfo

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

Source from the content-addressed store, hash-verified

368}
369
370func TestGetSqliteTableInfo(t *testing.T) {
371 info, err := GetSqliteTableInfo("..\\..\\..\\test\\sql\\sqlite\\sponge.db", "user_order")
372 t.Log(err, info)
373}
374
375func TestGetMongodbTableInfo(t *testing.T) {
376 var (

Callers

nothing calls this directly

Calls 1

GetSqliteTableInfoFunction · 0.85

Tested by

no test coverage detected