MCPcopy Index your code
hub / github.com/dbcli/mycli / test_simple_select_single_table

Function test_simple_select_single_table

test/pytests/test_sql_utils.py:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52
53
54def test_simple_select_single_table():
55 tables = extract_tables('select * from abc')
56 assert tables == [(None, 'abc', None)]
57
58
59def test_simple_select_single_table_schema_qualified():

Callers

nothing calls this directly

Calls 1

extract_tablesFunction · 0.90

Tested by

no test coverage detected