We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d2ddd commit 9d9f45bCopy full SHA for 9d9f45b
pgvector/psycopg2/register.py
@@ -5,6 +5,7 @@
5
from .vector import register_vector_info
6
7
8
+# TODO remove default value for conn_or_curs in 0.4.0
9
# TODO make globally False by default in 0.4.0
10
# note: register_adapter is always global
11
# TODO make arrays True by defalt in 0.4.0
0 commit comments