Andre Feijo

Results 12 comments of Andre Feijo

Any news about it? I'm having the same issue when using a middleware to catch all errors. I'd like to have access to the request.body so I can log it...

Hi @sabuhish when is this going to be released?

It works fine with MySQL, the problem above only happens with PostgreSQL.

I posted the same question in the Asyncpg repository and they believe it's a bug in Databases. https://github.com/MagicStack/asyncpg/issues/670#issuecomment-735944599

Hi @vmarkovtsev, I don't think that's the case. It's perfectly fine to query data directly from the table definition. My demo above was just the minimum as possible to reproduce...

Sure, here it goes with the **sync** API: ``` from datetime import date from sqlalchemy import select, literal, MetaData, Table, Column, Integer, Date, create_engine engine = create_engine('postgresql://user:password@localhost/dbname', echo=True) metadata =...

Any news about it? https://github.com/MagicStack/asyncpg/issues/670#issuecomment-735944599

Any news about it?