[sqlalchemy] Re: DBAPI Error with SQLAlchemy-1.0.5

2016-08-01 Thread Nikhil S Menon
If the datatype of in database is Varchar its working fine, error comes only with integer. Any help here is highly appreciated. Best Regards, Nikhil On Sunday, 31 July 2016 22:28:27 UTC+5:30, Nikhil S Menon wrote: > > i am using *SQLAlchemy-1.0.5.* > > > i have an external

[sqlalchemy] DBAPI Error with SQLAlchemy-1.0.5

2016-07-31 Thread Nikhil S Menon
i am using *SQLAlchemy-1.0.5.* i have an external db with a table having integer. while i run the select query i am getting below error. File "/home/nfs/nikhil/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 914, in execute return meth(self, multiparams, params) File