Byron Foster <[EMAIL PROTECTED]> writes:

> When the Id method is autoincrement and a Torque OM object is inserted
> the primary key is not known until after the insert.  Once Torque
> performs the insert it calls the setPrimaryKey method of the OM
> object, since the primary key prior to the insert was probably null
> the current ObjectKey and the one being set do not match so the
> modified flag is set to true. So the quick tour:  after an insert is
> performed the modified flag falsely indicates the object is modified.

Thanks Byron, committed to HEAD of the jakarta-turbine-torque module.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to