Closed
Description
- asyncpg version: 0.18.3
- PostgreSQL version: 11.3
- Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?: Local - Python version: 3.7.3
- Platform: MacOS
- Do you use pgbouncer?: No
- Did you install asyncpg with pip?: Yes
- If you built asyncpg locally, which version of Cython did you use?: PyPI
- Can the issue be reproduced under both asyncio and
uvloop?: Don't Know
When creating a DOMAIN, and using a custom codec, it calls the native type's codec, as opposed to the custom code. Here is the test code that is supposed to test for this:
https://github.com/MagicStack/asyncpg/blob/master/tests/test_codecs.py#L1224-L1239
However, the lambda functions aren't called. It appears the data type is recognized as an int
.
Metadata
Metadata
Assignees
Labels
No labels