MCPcopy
hub / github.com/andialbrecht/sqlparse / test_valid_identifier_names

Function test_valid_identifier_names

tests/test_parse.py:159–162  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

157 '業者名稱', # valid at least for SQLite3, see issue641
158])
159def test_valid_identifier_names(name):
160 t = sqlparse.parse(name)[0].tokens
161 assert isinstance(t[0], sql.Identifier)
162 assert t[0].get_name() == name
163
164
165def test_psql_quotation_marks():

Callers

nothing calls this directly

Calls 1

get_nameMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…