You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m not sure if this is similar or identical to #575 but I can currently see that CompositeType support currently requires psycopg2. Is there any chance of including support for pg8000 and psycopg3?
In pg8000 it looks like composite types are mapped as a tuple in python.
I’m not sure if this is similar or identical to #575 but I can currently see that CompositeType support currently requires psycopg2. Is there any chance of including support for pg8000 and psycopg3?
In pg8000 it looks like composite types are mapped as a tuple in python.
https://github.com/tlocke/pg8000#type-mapping
The text was updated successfully, but these errors were encountered: