Python 3.0 - is this true?

George Sakkis george.sakkis at gmail.com
Mon Nov 10 14:39:52 EST 2008


On Nov 10, 2:21 pm, ru... at yahoo.com wrote:

> So you could say that 3.0 is forcing us to acknowledge database
>
> > reality ;-)
>
> (Again) huh?
> Reality in databases is that NULL *is* comparable.
> "NULL==something" returns False, it doesn't raise an error.

Given that in SQL "NULL `op` something" is False for all comparison
operators (even NULL=NULL), raising an error seems a much lesser evil

George



More information about the Python-list mailing list