MCPcopy Create free account
hub / github.com/anse1/sqlsmith / quote_name

Method quote_name

sqlite.hh:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24struct schema_sqlite : schema, sqlite_connection {
25 schema_sqlite(std::string &conninfo, bool no_catalog);
26 virtual std::string quote_name(const std::string &id) {
27 return id;
28 }
29};
30
31struct dut_sqlite : dut_base, sqlite_connection {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected