Michael A. Schoen wrote:
I've proposed a different immediate fix, patch in:

    http://dev.rubyonrails.org/ticket/5294

taking the approach that given a field type of datetime (which is what we have to assume within Oracle), it should always at least format as a datetime, even if a particular record uses a Date for the value.

#xmlschema was aliased to #to_s for Date, which seems odd; making it work like Time#xmlschema seems to make more sense.

Can I get a commit on this? Any issues?


_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to