MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / references_to_sql

Method references_to_sql

openlibrary/utils/schema.py:98–99  ·  view source on GitHub ↗
(self, column_name, value)

Source from the content-addressed store, hash-verified

96 return type
97
98 def references_to_sql(self, column_name, value):
99 return "references " + value
100
101 def quote(self, value):
102 return repr(value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected