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?
-- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
