We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d3d99 commit 026960eCopy full SHA for 026960e
1 file changed
include/pgvector/pqxx.hpp
@@ -62,7 +62,6 @@ template <> struct string_traits<pgvector::Vector> {
62
if (i != 0) {
63
buf[here++] = ',';
64
}
65
-
66
here += pqxx::into_buf(buf.subspan(here), values[i], c);
67
68
@@ -127,7 +126,6 @@ template <> struct string_traits<pgvector::HalfVector> {
127
126
128
129
130
131
132
133
@@ -225,7 +223,6 @@ template <> struct string_traits<pgvector::SparseVector> {
225
223
226
224
227
228
229
here += pqxx::into_buf(buf.subspan(here), indices[i] + 1, c);
230
buf[here++] = ':';
231
0 commit comments