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
Can the issue be reproduced under both asyncio and uvloop?: at least asyncio
When I connect with await asyncpg.create_pool(), if I use copy_to_table, I obtain AttributeError("'Pool' object has no attribute 'copy_to_table'").
If I connect with await asyncpg.connect(), it works perfectly.
Is it normal?
The text was updated successfully, but these errors were encountered:
uvloop?: at least asyncio
When I connect with await asyncpg.create_pool(), if I use copy_to_table, I obtain AttributeError("'Pool' object has no attribute 'copy_to_table'").
If I connect with await asyncpg.connect(), it works perfectly.
Is it normal?
The text was updated successfully, but these errors were encountered: