module ActiveRecord::ConnectionAdapters::SQLite3::DatabaseStatements

def begin_db_transaction # :nodoc:

:nodoc:
def begin_db_transaction # :nodoc:
  log("begin transaction", "TRANSACTION") { @connection.transaction }
end