Re: [sqlalchemy] Alembic: Logging issue after configuration change (EBv2)

2021-10-21 Thread Mike Bayer
On Thu, Oct 21, 2021, at 12:08 PM, cmana...@gmail.com wrote: > Hi, > > Like the title says, I'm seeing some weird logging issues in production. > Using alembic and flask-migrate latest. Works great locally (no issues) and > worked great on the server prior to a platform change. > > I think

[sqlalchemy] Alembic: Logging issue after configuration change (EBv2)

2021-10-21 Thread cmana...@gmail.com
Hi, Like the title says, I'm seeing some weird logging issues in production. Using alembic and flask-migrate latest. Works great locally (no issues) and worked great on the server prior to a platform change. I think I'm dealing with either a log level issue or I'm just logging into a black

Re: [sqlalchemy] Core insert and named columns

2021-10-21 Thread Tomas Pavlovsky
Ok, thank you. środa, 20 października 2021 o 19:05:46 UTC+2 Mike Bayer napisał(a): > https://github.com/sqlalchemy/sqlalchemy/issues/7217 > > On Wed, Oct 20, 2021, at 1:01 PM, Mike Bayer wrote: > > for the moment yes, because there is no ORM overlay for the insert() > construct.the case