> Did you know that you can do this in Python: > > >>> print True == 1 > True > >>> print False == 0 > True > > True and False are simply aliases of 1 and 0. Technically, the bool > type is a subclass of the int type. > > Are the fields in the database boolean or integers? > > > > -- Ed Leafe >
The database field are integers Carey --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
