Re: [Rails] Re: postgres default values don't work with active record
>
> 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.
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home