Hmm, I think it's just the INSERT command, a solution would be that only values are inserted that are not NULL? As you check on UPDATE, the SET part includes just fields that were really changed?
or am I missing sthg.? 2014-06-16 9:56 GMT+02:00 Andrus Adamchik <[email protected]>: > I would personally do it with a postAdd callback, as mentioned in the top > thread in Mike’s list. > > Andrus > > On Jun 13, 2014, at 4:37 PM, Mike Kienenberger <[email protected]> wrote: > > > Here are some previous discussions on default values, from most > > current to ancient. > > > > I don't know if this is a complete list. > > > > DB default values > > > http://mail-archives.apache.org/mod_mbox/cayenne-user/201309.mbox/%3ccagscxrykqbpmm+kbmxhbgag3+uvnfct-xqe6bhtqpaaqnxv...@mail.gmail.com%3E > > > > default value from the modeler ? > > > http://mail-archives.apache.org/mod_mbox/cayenne-user/201004.mbox/%[email protected]%3E > > > > Handling of database NULL - default value column to modeler? > > > http://mail-archives.apache.org/mod_mbox/cayenne-user/200808.mbox/%[email protected]%3E > > > > Setting Default Values for Entities > > > http://mail-archives.apache.org/mod_mbox/cayenne-user/200712.mbox/%[email protected]%3E > > > > > > > > > > On Fri, Jun 13, 2014 at 4:56 AM, Chukwuemeka Mbonu Onwukwe > > <[email protected]> wrote: > >> Hi Markus, > >> I think it would make sense. > >> Definitely. > >> > >> Regards, > >> Emeka > >> > >> On 13 Jun 2014 09:26, "Markus Reich" <[email protected]> > wrote: > >>> > >>> Hi, > >>> > >>> would it make sense to add in Cayennen Modeler a field to set a default > >>> value. Cayenne set's per default all fields to null, if they weren't > set > >> in > >>> Java? > >>> > >>> regards > >>> Meex > > > > -- *Markus Reich* Moosbach 28/2 6392 St. Jakob i.H. www.markusreich.at / www.meeximum.at [email protected]
