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

Function test_simple_select_multiple_tables

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

Source from the content-addressed store, hash-verified

37
38
39def test_simple_select_multiple_tables():
40 tables = extract_tables("select * from abc, def")
41 assert set(tables) == {(None, "abc", None, False), (None, "def", None, False)}
42
43
44def test_simple_select_multiple_tables_double_quoted():

Callers

nothing calls this directly

Calls 1

extract_tablesFunction · 0.90

Tested by

no test coverage detected