Greg Willits wrote: > Michael Koziarski wrote: >> I don't follow what it is you're trying to achieve.
Dang. Did it again. You wanted scenarios... A typical example would be a Date Due field where a valid date = when it was done, a NULL value = not done yet that we know of, and a 0000-00-00 value = it has been declared that it never will be done. Reports for this data must be able to distinguish between all three casees. Additionally, I have legacy data/logic being replicated in Rails that expects to find and handle 0000-00-00 date values a specific way. AFAICT I have no way to continue the legacy data/logic systems using Rails as I cannot populate a date field with 0000-00-00 to remain consistent with existing data. -- gw -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
