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