While browsing ActiveRecord::ConnectionAdapters::MysqlAdapter (Rails 1.2.5), I see: def commit_db_transaction #:nodoc: execute "COMMIT" rescue Exception # Transactions aren''t supported end def rollback_db_transaction #:nodoc: execute "ROLLBACK" rescue Exception # Transactions aren''t supported end Why does Rails snuff these exceptions? Why not raise a TransactionsNotSupportedException? I would think it very important to know if a COMMIT or ROLLBACK fails. Thanks, Brian Hartin -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---