I've updated the patch for the ticket at http://dev.rubyonrails.org/ticket/10212.
New ticket here: http://rails.lighthouseapp.com/projects/8994/tickets/533-fix-nested-transactions-across-multiple-databases It moves the counter for the number of open transactions from Thread.current (which seems a very odd place to keep it), to the connection object. This means that transactions across multiple database connections can be properly supported. Comments please. Cheers, -Jonathan. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
