Skip to content

Commit 29277fb

Browse files
authored
Merge pull request #33 from KayEss/pqxx-exception
Fix for changes in libpqxx
2 parents b7f0718 + 466704e commit 29277fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cpp/fostgres/fostgres-control-error.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace {
4040
} else {
4141
return execute(config[""], path, req, host);
4242
}
43-
} catch (pqxx::pqxx_exception const &e) {
43+
} catch (pqxx::failure const &e) {
4444
return execute(config[""], path, req, host);
4545
}
4646
}

0 commit comments

Comments
 (0)