On Jun 14, 2007, at 3:03 PM, Uwe Grauer wrote:

> What happens when there is more than 1 record inserted?
> Did you test this case or are you sure about that this would work?

        The framework iterates through the changed records one-by-one, so  
there is always just one insert before getLastInsertID() is called.

        In high-demand situations where one-at-a-time would be too slow, you  
would have to code your own bulk insert along with your own pk routines.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]

Reply via email to