MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / quote_identifier

Function quote_identifier

scripts/migrate_sqlite_to_postgres.py:108–109  ·  view source on GitHub ↗
(connection: Connection, value: str)

Source from the content-addressed store, hash-verified

106
107
108def quote_identifier(connection: Connection, value: str) -> str:
109 return connection.dialect.identifier_preparer.quote(value)
110
111
112def truncate_target_tables(connection: Connection, table_names: Iterable[str]) -> None:

Callers 2

truncate_target_tablesFunction · 0.85
reset_postgres_sequencesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected