Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
poetryuvloop?: Yes
I'm using
Ginoas a PostgreSQL driver forCockroachDB. It doesn't work well forINSERTqueries withARRAYcolumns. There seems to be an introspection query executed by asyncpg when it didn't get enough knowledge about the types in the query:https://github.com/MagicStack/asyncpg/blob/v0.20.1/asyncpg/introspection.py#L99-L134
https://github.com/MagicStack/asyncpg/blob/v0.20.1/asyncpg/connection.py#L328-L338