From 83c47c1962827698eb0ed58d191f121cedf89385 Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Thu, 31 Dec 2015 20:22:07 -0500 Subject: Add database specific string concatenation --- test/visitors/test_depth_first.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/visitors/test_depth_first.rb') diff --git a/test/visitors/test_depth_first.rb b/test/visitors/test_depth_first.rb index 1a72789f83..81220b63a4 100644 --- a/test/visitors/test_depth_first.rb +++ b/test/visitors/test_depth_first.rb @@ -103,6 +103,7 @@ module Arel [ Arel::Nodes::Assignment, Arel::Nodes::Between, + Arel::Nodes::Concat, Arel::Nodes::DoesNotMatch, Arel::Nodes::Equality, Arel::Nodes::GreaterThan, -- cgit v1.2.3