From 6abed021b19d073f159f9b7e6d9f466e053f8e6b Mon Sep 17 00:00:00 2001 From: Paul Sadauskas Date: Fri, 21 Jan 2011 17:30:10 -0700 Subject: Don't need with_recursive --- lib/arel/visitors/to_sql.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/arel/visitors') diff --git a/lib/arel/visitors/to_sql.rb b/lib/arel/visitors/to_sql.rb index f3c8710068..37c6a533ed 100644 --- a/lib/arel/visitors/to_sql.rb +++ b/lib/arel/visitors/to_sql.rb @@ -130,7 +130,6 @@ eowarn def visit_Arel_Nodes_SelectStatement o [ (visit(o.with) if o.with), - (visit(o.with_recursive) if o.with_recursive), o.cores.map { |x| visit_Arel_Nodes_SelectCore x }.join, ("ORDER BY #{o.orders.map { |x| visit x }.join(', ')}" unless o.orders.empty?), (visit(o.limit) if o.limit), -- cgit v1.2.3