# File test/src/sql_test.rb, line 53 def testRelationWithWhereAndDistinct verify_relation('select distinct * from table where x=1', 'select distinct * from table where x = 1') end