# File lib/arel/select_manager.rb, line 154
    def wheres
      warn "#{caller[0]}: SelectManager#wheres is deprecated and will be removed in ARel 3.0.0 with no replacement"
      Compatibility::Wheres.new @engine.connection_pool, @ctx.wheres
    end