module ActiveRecord::ConnectionAdapters::SQLite3::DatabaseStatements
def begin_db_transaction # :nodoc:
def begin_db_transaction # :nodoc: log("begin transaction", "TRANSACTION") { @connection.transaction } end
def begin_db_transaction # :nodoc: log("begin transaction", "TRANSACTION") { @connection.transaction } end