[Zope-dev] Question on Properties

Andre Schubert andre.schubert@km3.de
Mon, 18 Mar 2002 13:32:02 +0100


Hi all,

i have question on the long, int and float properties.
I'am working with these properties and found out that there is no way to
represent them
as None or NULL values.
I'am working with sql and these properties and it is a good idea if the
these properties
can be represented as NULL or None values because a column in a database
of type int could also be NULL(None in python).

Thanks