On Tue, Nov 04, 2003 at 12:19:58PM +0000, Rob Fielding wrote: > I've found this is a feature of 7.3 to not treat a empty string as a > NULL integer type. Silly lazy me ;)
For the record, it _never_ treated it as NULL. It treated it as "empty string". '' != NULL. In fact, !(NULL=NULL) & !(NULL!=NULL). SQL uses three-valued logic. A -- ---- Andrew Sullivan 204-4141 Yonge Street Afilias Canada Toronto, Ontario Canada <[EMAIL PROTECTED]> M2P 2A8 +1 416 646 3304 x110 ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly