From: Peter Cooper Date: 2007-07-21T04:48:46+09:00 Subject: Re: ActiveRecord & Sqlite3 & serialize & "f" ------=_Part_136881_6456547.1184960925716 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/20/07, Erik Veenstra wrote: > > What's wrong with the code below? > > It returns this "f" instead of "". Where does "f" come from? sqlite3 returns #f for null columns. Google "sqlite3 null f" for some references. Somewhere in the confusion it seems your "" is becoming a null in the database. Cheers, Peter Cooper http://www.rubyinside.com/ ------=_Part_136881_6456547.1184960925716--