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");
288
288
assert(false);
289
289
} catch (const pqxx::conversion_error& e) {
290
-
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");
290
+
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: Invalid argument.");
0 commit comments