Re: [sqlalchemy] Re: DBAPI Error with SQLAlchemy-1.0.5

2016-08-02 Thread Mike Bayer
I'd recommend trying psycopg2 as the driver as it may handle this failure mode more gracefully. On 08/02/2016 04:34 AM, Simon King wrote: It looks like an exception is occurring, which SQLAlchemy has caught and is now trying to roll back the transaction before re-raising the initial

Re: [sqlalchemy] Re: DBAPI Error with SQLAlchemy-1.0.5

2016-08-02 Thread Simon King
It looks like an exception is occurring, which SQLAlchemy has caught and is now trying to roll back the transaction before re-raising the initial exception. However, a second exception has occurred during the rollback, so you can no longer see the original exception. The second exception looks

[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 db with a table