From: Abraham Vionas Date: 2004-11-30T16:42:34+09:00 Subject: PostgreSQL question relating to Zero versus NULL ------=_NextPart_000_0019_01C4D675.79F87420 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hi, Sorry to ask another question so soon - even before getting an answer to my last question regarding my Apache trouble. Other than my Apache + Rails problems, I can't figure out why setting a column value in my Postgres table to 0 (as in zero) and then querying that table for the value in that column returns a NULL. Does anyone else know what's going on? This is happening from my Todo Rails application (following the tutorial). I know it's not Rails because I can see the NULL coming out of the DB from psql console.and I'm setting the values from the psql console - just to ensure that nothing is getting mixed up in between. Anyone know what's going on here? Regards, Abe ------=_NextPart_000_0019_01C4D675.79F87420--