# File lib/active_record/connection_adapters/abstract/connection_pool.rb, line 100
      def connection
        synchronize do
          @reserved_connections[current_connection_id] ||= checkout
        end
      end