[Zope] problem selecting integers from mysql

Steve Drees drees@the-bridge.net
Fri, 11 May 2001 13:21:28 -0500


> put int() around your results; it will convert a longint to an integer.

What happens if the longint is too big for an int?