MCPcopy Create free account
hub / github.com/dbcli/mycli / test_extract_columns_from_select_update

Function test_extract_columns_from_select_update

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

Source from the content-addressed store, hash-verified

42
43
44def test_extract_columns_from_select_update():
45 columns = extract_columns_from_select('UPDATE table SET value = 1 WHERE id = 1')
46 assert columns == []
47
48
49def test_empty_string():

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected