Re: Two weeks to feature freeze - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Two weeks to feature freeze
Date
Msg-id 20030621132228.M14306-100000@houston.familyhealth.com.au
Whole thread Raw
In response to Re: Two weeks to feature freeze  ("Dann Corbit" <DCorbit@connx.com>)
List pgsql-hackers
> Sounds like testing for the existence of a bug.
> X = NULL
> X <= NULL
> X >= NULL
> Etc. must always test false, regardless of the contents of X.  Test for
> equality with NULL is a conformance error if NULL == NULL returns true.

They should all return NULL, not false...

> > dates like '00-00-0000');

Yes, that's MySQL's idea of a NULL date.  In fact, it's exactly what you
get when you insert a NULL date into a NOT NULL column - hooray the test
proves that MySQL accepts NULL values in NOT NULL columns...

Chris



pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Two weeks to feature freeze
Next
From: Tom Lane
Date:
Subject: Re: Two weeks to feature freeze