[Zope] Trailing 'L' after number values

Neil Blue neilblue@bigfoot.com
Sun, 13 May 2001 17:44:04 -0400


Hello,

I am getting integer numbers from mysql with a select clause. The values 
are stored as int types, however when I retrieve them via a Z SQL method 
and show them on a page, they display with a trailing 'L'.

e.g.

12L

instead of

12

Does anyone know why this happens. It also occurs when I test an sql 
statement. However it has only recently started to do this and I am not 
sure why.

Thanks
Neil Blue