| 1520 | test_context() = default; |
| 1521 | |
| 1522 | std::string get_example_connection_string() const override |
| 1523 | { |
| 1524 | return "host=localhost port=5432 dbname=test user=postgres password=postgres"; |
| 1525 | } |
| 1526 | |
| 1527 | std::string get_backend_name() const override |
| 1528 | { |
nothing calls this directly
no outgoing calls
no test coverage detected