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 23
23
namespace pqxx {
24
24
template <> inline std::string_view const type_name<pgvector::Vector>{" vector" };
25
25
26
- template <> struct nullness <pgvector::Vector> : pqxx:: no_null<pgvector::Vector> {};
26
+ template <> struct nullness <pgvector::Vector> : no_null<pgvector::Vector> {};
27
27
28
28
template <> struct string_traits <pgvector::Vector> {
29
29
static constexpr bool converts_to_string{true };
@@ -68,7 +68,7 @@ template <> struct string_traits<pgvector::Vector> {
68
68
69
69
template <> inline std::string_view const type_name<pgvector::HalfVector>{" halfvec" };
70
70
71
- template <> struct nullness <pgvector::HalfVector> : pqxx:: no_null<pgvector::HalfVector> {};
71
+ template <> struct nullness <pgvector::HalfVector> : no_null<pgvector::HalfVector> {};
72
72
73
73
template <> struct string_traits <pgvector::HalfVector> {
74
74
static constexpr bool converts_to_string{true };
@@ -113,7 +113,7 @@ template <> struct string_traits<pgvector::HalfVector> {
113
113
114
114
template <> inline std::string_view const type_name<pgvector::SparseVector>{" sparsevec" };
115
115
116
- template <> struct nullness <pgvector::SparseVector> : pqxx:: no_null<pgvector::SparseVector> {};
116
+ template <> struct nullness <pgvector::SparseVector> : no_null<pgvector::SparseVector> {};
117
117
118
118
template <> struct string_traits <pgvector::SparseVector> {
119
119
static constexpr bool converts_to_string{true };
You can’t perform that action at this time.
0 commit comments