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 73a80af commit 3b8850aCopy full SHA for 3b8850a
test/pqxx_test.cpp
@@ -65,7 +65,7 @@ void test_bit(pqxx::connection &conn) {
65
assert(res.size() == 3);
66
assert(res[0][0].as<std::string>() == embedding2);
67
assert(res[1][0].as<std::string>() == embedding);
68
- assert(!res[2][0].as<std::optional<pgvector::HalfVector>>().has_value());
+ assert(!res[2][0].as<std::optional<std::string>>().has_value());
69
}
70
71
void test_sparsevec(pqxx::connection &conn) {
0 commit comments