# File lib/dm-core/adapters/abstract_adapter.rb, line 176
        def within_transaction?
          !current_transaction.nil?
        end