Darren Duncan <[EMAIL PROTECTED]> wrote:
At 11:37 PM +0100 5/12/07, Paulo J. Matos wrote: SQLite does not have a boolean data type, though I think it really should; the boolean type is fundamental to the relational model of data. For example, what is the data type of the expression in a WHERE clause if not a boolean?
It's an int, with 1 meaning true and 0 meaning false. C language managed without boolean quite happily for some 35 years now.
Igor Tandetnik
----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------