Re: [sqlalchemy] Debugging complex SQLAlchemy applications

2017-07-11 Thread Mike Bayer
On Tue, Jul 11, 2017 at 7:34 AM, Pavel S wrote: > Hi, > > I maintain extremely complex application (>100k LOC) which uses SQLAlchemy. > Often in the log I find errors like: > > sqlalchemy/engine/default.py:450: Warning: Truncated incorrect DOUBLE value: > 'Foo' > > or > >

[sqlalchemy] Debugging complex SQLAlchemy applications

2017-07-11 Thread Pavel S
Hi, I maintain extremely complex application (>100k LOC) which uses SQLAlchemy. Often in the log I find errors like: sqlalchemy/engine/default.py:450: Warning: Truncated incorrect DOUBLE value: 'Foo' or sqlalchemy/sql/sqltypes.py:201: SAWarning: Unicode type received non-unicode bind param