| 137 | } |
| 138 | |
| 139 | static std::string getParentPath(const std::string& dbPath) { |
| 140 | return std::filesystem::path(dbPath).parent_path().string(); |
| 141 | } |
| 142 | |
| 143 | void TestRunner::testStatement(TestStatement& statement, Connection& conn, |
| 144 | const std::string& databasePath) { |