[Seaside] Storing SmallInteger in GOODS

Yar Hwee Boon hboon at motionobj.com
Sun Oct 24 06:27:21 CEST 2004


I noticed a problem when storing and retrieving SmallInteger(s) in GOODS.  
Run the following:

=====
db := KKDatabase onHost: 'localhost' port: 6100.
db root at: #xx put: -3.
db flushAll.
(db root at: #xx) inspect
======

Tried to poke around the GOODS client code, but couldn't find what's the  
problem. Can anyone help? Thanks.

-- 
Regards
HweeBoon
MotionObj


More information about the Seaside mailing list