[Zope] Zope [Funny Longs]

Morten W. Petersen morten@src.no
Tue, 11 Apr 2000 14:24:23 +0200


I was wondering if you have any knowledge of Zope returning longs
instead of integers on for example:

	<dtml-in "some_MySQL_ZSQL_Thing()">
		<dtml-var id>
	</dtml-in>

Which will produce something like

	1L
	2L
	3L

instead of

	1
	2
	3

This happens using exactly the same ZMySQL adapter on different
locations, the location "out of order" is
running GNU/Debian 2.2 Frozen (i386) with Zope 2.1.4 on top, and the
"right one" is running RedHat 6.0 (i386)
with Zope 2.1.4 on top.

Could this be a MySQL misfeature?

Regards,

	Morten W. Petersen