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

Function test_query_is_single_table_update

test/pytests/test_sql_utils.py:364–365  ·  view source on GitHub ↗
(sql, is_single_table)

Source from the content-addressed store, hash-verified

362 ],
363)
364def test_query_is_single_table_update(sql, is_single_table):
365 assert query_is_single_table_update(sql) is is_single_table
366
367
368def test_extract_columns_from_select_handles_falsey_last_select(monkeypatch):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected