Shige Takeda

Results 36 comments of Shige Takeda

As of today, `COPY` command doesn't return the affected number of rows. This requires the server side change.

@ivankixeye do you close the connection? If not closed explicitly, the destructor will attempt to close the connection by sending a message to the server. However, if the dependent module...

Could the driver detect Python process termination and disable logging to mitigate this? Certainly no logging helps but it'll make debugging harder...

Thanks for suggestion. Yes, we considered aiohttp as well as any async feature in 3.4+. There are two concerns: 1) since the driver needs to support both 2.7+ and 3.4+,...

sorry we didn't have enough bandwidth to work on this. A plan is add async support after dropping python2.

For Python 2 support, feel free to discuss in #107. We have not decided when we are going to drop Python 2 support yet. Good new is the tread of...

We want this for Snowflake: https://github.com/MagicStack/asyncpg https://github.com/aio-libs/aiomysql

Not much progress. In the planning meeting.

Without specifying a schema along with db, no schema is set to the session, so it cannot find the table. ``` 002003 (42S02): SQL compilation error: Table 'ALEMBIC_VERSION' does not...