Vitalii Ponomar
Results
1
comments of
Vitalii Ponomar
> https://magicstack.github.io/asyncpg/current/api/index.html#asyncpg.connection.Connection.set_type_codec Asyncpg does not support custom codecs for composite types: ``` async def set_type_codec(...): ... if not introspection.is_scalar_type(typeinfo): raise exceptions.InterfaceError( 'cannot use custom codec on non-scalar type {}.{}'.format(schema, typename))...