MCPcopy
hub / github.com/dbcli/pgcli / test_simple_select_single_table

Function test_simple_select_single_table

tests/parseutils/test_parseutils.py:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16
17def test_simple_select_single_table():
18 tables = extract_tables("select * from abc")
19 assert tables == ((None, "abc", None, False),)
20
21
22@pytest.mark.parametrize("sql", ['select * from "abc"."def"', 'select * from abc."def"'])

Callers

nothing calls this directly

Calls 1

extract_tablesFunction · 0.90

Tested by

no test coverage detected