We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fbb3f1 commit 565c7f9Copy full SHA for 565c7f9
test/pqxx_test.cpp
@@ -288,6 +288,7 @@ void test_sparsevec_from_string() {
288
auto unused = pqxx::from_string<pgvector::SparseVector>("{1:4e38}/1");
289
assert(false);
290
} catch (const pqxx::conversion_error& e) {
291
+ std::cout << e.what() << std::endl;
292
assert(std::string_view(e.what()) == "Could not convert string to numeric value: '4e38'.");
293
}
294
0 commit comments