# File test/src/sql_test.rb, line 97 def testRelationWithInRelation verify_relation('select 1 from table1 where x in(select * from table)', 'select 1 from table1 where x in (select * from table)') end