# File lib/arel/select_manager.rb, line 159 def where_sql return if @ctx.wheres.empty? viz = Visitors::WhereSql.new @engine.connection_pool Nodes::SqlLiteral.new viz.accept @ctx end