MCPcopy Create free account
hub / github.com/anse1/sqlsmith / ~sqlite_connection

Method ~sqlite_connection

sqlite.cc:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83sqlite_connection::~sqlite_connection()
84{
85 if (db)
86 sqlite3_close(db);
87}
88
89schema_sqlite::schema_sqlite(std::string &conninfo, bool no_catalog)
90 : sqlite_connection(conninfo)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected