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