[Zope] Longs on the Property page
Philip Aylesworth
zopelist@regalint.com
Thu, 25 Mar 1999 16:22:58 +0000
> > >In the stock Zope 1.10.2 distro, putting a Long in a property causes a
> > >curious error to manifest. When the property page is displayed, the long
> > >is display like 44353L.
> >
> > I vote for getting rid of the "L" everywhere. It has caused me some
> > problems and extra fmt attributes in my DTML, too.
> >
>
> Hmm.. Could you please submit this in the Collector?
>
> http://www.zope.org/Collector
I am not sure how to classify it. The original complaint was about the
Properties page.
My problem seems to be with values returned from MySQL - even regular
integers get an L tacked on the end (This didn't happen with zope 1.9).
So is this two seperate collector entries?
Where does mine go - Zope, ZSQL Methods, or ZMySQLDA? What do others
think? Has this shown up with other SQL DBMSes?
One thing I just thought of: I moved my ZMySQLDA over from 1.9 to 1.10.2
without recompiling it. That is when I noticed this problem. Whould
something have changed in the python header files or something that
would have made it advisable to recompile ZMySQLDA? What did others do?
Phil.