don't evaluate dbi dates to nil (== nil) it will try to convert the
nil into a date. Use my_date_obj.to_s == nil.to_s instead.
A blog about real-world software engineering and development problems and solutions.
A blog about real-world software engineering and development problems and solutions.
Comments