[storm] How soon after an insert will get_insert_identity be called?
Jason Baker
jbaker at zeomega.com
Mon Sep 28 19:22:10 BST 2009
I'm trying to track down a nasty LostObjectError problem that the Oracle
back end is having.
Suppose I insert an object (by adding it and then flushing). My
understanding is that the flush operation will run the get_insert_identity
query if all of the primary keys aren't filled in. Is it safe to assume
that get_insert_identity will only be called within the same transaction as
it was inserted? Or can it be called outside that transaction?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/storm/attachments/20090928/d19228e2/attachment-0002.htm
More information about the storm
mailing list