File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323namespace pqxx {
2424template <> inline std::string_view const type_name<pgvector::Vector>{" vector" };
2525
26- template <> struct nullness <pgvector::Vector> : pqxx:: no_null<pgvector::Vector> {};
26+ template <> struct nullness <pgvector::Vector> : no_null<pgvector::Vector> {};
2727
2828template <> struct string_traits <pgvector::Vector> {
2929 static constexpr bool converts_to_string{true };
@@ -68,7 +68,7 @@ template <> struct string_traits<pgvector::Vector> {
6868
6969template <> inline std::string_view const type_name<pgvector::HalfVector>{" halfvec" };
7070
71- template <> struct nullness <pgvector::HalfVector> : pqxx:: no_null<pgvector::HalfVector> {};
71+ template <> struct nullness <pgvector::HalfVector> : no_null<pgvector::HalfVector> {};
7272
7373template <> struct string_traits <pgvector::HalfVector> {
7474 static constexpr bool converts_to_string{true };
@@ -113,7 +113,7 @@ template <> struct string_traits<pgvector::HalfVector> {
113113
114114template <> inline std::string_view const type_name<pgvector::SparseVector>{" sparsevec" };
115115
116- template <> struct nullness <pgvector::SparseVector> : pqxx:: no_null<pgvector::SparseVector> {};
116+ template <> struct nullness <pgvector::SparseVector> : no_null<pgvector::SparseVector> {};
117117
118118template <> struct string_traits <pgvector::SparseVector> {
119119 static constexpr bool converts_to_string{true };
You can’t perform that action at this time.
0 commit comments