Tim Uckun wrote in post #1015220: >> >> I don't think so - I think activerecord is expecting to be able to >> read the default values out of the database schema, although that >> assumes that the default is some fixed value. >> It should be possible to do something like this though, since updates >> only write unchanged columns. >> > > In postgres sometimes the default values are functions like for > example UUID fields. It would work fine if it sent DEFAULT instead of > NULL for the missing fields and of course it could just not mention > them either. > > I was wondering if there is a flag somewhere in AR that says "Don't > send NULLs for missing attributes" or something.
Hi, Were there any updates on this? I'm facing the same problem. Any solution? Regards -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en.

