You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto unused = pqxx::from_string<pgvector::SparseVector>("{1:4e38}/1");
289
289
assert(false);
290
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'.");
291
+
assert(std::string_view(e.what()) == "Could not convert string to numeric value: '4e38'." || std::string_view(e.what()) == "Could not convert '4e38' to float");
0 commit comments