We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d5dab commit dcf931cCopy full SHA for dcf931c
1 file changed
pgvector/psycopg/__init__.py
@@ -49,7 +49,7 @@ def register_vector(context):
49
raise psycopg.ProgrammingError('vector type not found in the database')
50
info.register(context)
51
52
- # add oid to anonymous class
+ # add oid to anonymous class for set_types
53
text_dumper = type('', (VectorDumper,), {'oid': info.oid})
54
binary_dumper = type('', (VectorBinaryDumper,), {'oid': info.oid})
55
0 commit comments