[sqlalchemy] DataError: (DataError) integer out of range

2013-10-14 Thread Jonathan Vanasco
I just got this error on a query: DataError: (DataError) integer out of range ( along with the query ) Is there any way to get the details of which column failed ? -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To unsubscribe from this group

[sqlalchemy] Re: DataError: (DataError) integer out of range

2013-10-14 Thread Jonathan Vanasco
This might be moot - PostgreSQL doesn't seem to show which column failed in their command-line tool. [sidenote: I did know what the problem was - an INT column where BIGINT was appropriate - the error reporting just seemed too generic ] -- You received this message because you are subscribed