On Tuesday 05 May 2009 01:18:06 pm Paul McNett wrote:
> > If the PO
> > has "person_id" defined as data type serial (auto-increment) Dabo should
> > NOT supply a PK number.
>
> What if it is a serial type but not the PK?
>
> > He should also set bizobj.NonUpdateFields=['person_id']
>
> Is that still necessary? I know it was for a while there..
then it still needs 
NonUpdateFields=['person_id']

Allowing Dabo to populate the field would be silly - why have the sequence 
associated with the field if you wanted dabo to populate.  That's what a data 
type of serial denotes  (auto-increment).  Most developers would also require 
a constraint on the field and that might cause an error at some point.  

But like Ed has said several times - (I paraphase) Let the developer do silly 
things.

 

-- 
John Fabiani
_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/200905051533.55729.jfabi...@yolo.com

Reply via email to