| 260 | } |
| 261 | |
| 262 | dut_sqlite::dut_sqlite(std::string &conninfo) |
| 263 | : sqlite_connection(conninfo) |
| 264 | { |
| 265 | q("PRAGMA main.auto_vacuum = 2"); |
| 266 | } |
| 267 | |
| 268 | extern "C" int dut_callback(void *arg, int argc, char **argv, char **azColName) |
| 269 | { |
nothing calls this directly
no outgoing calls
no test coverage detected