stupid question alert! are NULL fields returned from a query set to nil by ActiveRecord?
On 10/5/05, Chris Hall <christopher.k.hall-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> stupid question alert! > > are NULL fields returned from a query set to nil by ActiveRecord?AR does a SELECT * FROM table query, so yes, it brings back nulls. -- rick http://techno-weenie.net