Skip to content

Commit 565c7f9

Browse files
committed
Debug
1 parent 5fbb3f1 commit 565c7f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/pqxx_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ void test_sparsevec_from_string() {
288288
auto unused = pqxx::from_string<pgvector::SparseVector>("{1:4e38}/1");
289289
assert(false);
290290
} catch (const pqxx::conversion_error& e) {
291+
std::cout << e.what() << std::endl;
291292
assert(std::string_view(e.what()) == "Could not convert string to numeric value: '4e38'.");
292293
}
293294

0 commit comments

Comments
 (0)