Re: Using composite types in psycopg3 - Mailing list psycopg

From Daniele Varrazzo
Subject Re: Using composite types in psycopg3
Date
Msg-id CA+mi_8ZL0W58C4d2-r9+mFEejWWdNJskp3s67usBD-ChShNiMQ@mail.gmail.com
Whole thread Raw
In response to Re: Using composite types in psycopg3  (Vladimir Ryabtsev <greatvovan@gmail.com>)
List psycopg
On Wed, 11 Nov 2020 at 00:36, Vladimir Ryabtsev <greatvovan@gmail.com> wrote:
>
> Awesome, thanks.
>
> It would be great if it worked out of the box, as in other drivers.

I do agree.

I have much more experience with the text format, and in my
understanding not all the types support binary I/O. But my
understanding could be wrong.

After covering the binary format for the missing types (especially
numeric and date/time objects) we can probably do more testing and
check if defaulting to the binary format doesn't have unexpected
consequences.

Cheers!

-- Daniele



psycopg by date:

Previous
From: Vladimir Ryabtsev
Date:
Subject: Re: Using composite types in psycopg3
Next
From: Oleksandr Shulgin
Date:
Subject: Re: psycopg is the new psycopg3?