From d532b7ee430c5d0c412ab9f1a5e0dd3ebc47f86b Mon Sep 17 00:00:00 2001 From: Paul Sadauskas Date: Thu, 20 Jan 2011 12:56:08 -0700 Subject: Add support for WITH and UNION PostgreSQL WITH RECURSIVE support Make WITH be a unary node --- test/visitors/test_postgres.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/visitors') diff --git a/test/visitors/test_postgres.rb b/test/visitors/test_postgres.rb index 6e8f399b6b..8d3f19aa6e 100644 --- a/test/visitors/test_postgres.rb +++ b/test/visitors/test_postgres.rb @@ -22,6 +22,7 @@ module Arel assert_match(/LIMIT 'omg'/, sql) assert_equal 1, sql.scan(/LIMIT/).length, 'should have one limit' end + end end end -- cgit v1.2.3