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

Method dut_pqxx

postgres.cc:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65dut_pqxx::dut_pqxx(std::string conninfo)
66 : c(conninfo)
67{
68 c.set_variable("statement_timeout", "'1s'");
69 c.set_variable("client_min_messages", "'ERROR'");
70 c.set_variable("application_name", "'" PACKAGE "::dut'");
71}
72
73void dut_pqxx::test(const std::string &stmt)
74{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected