# File test/src/sql_test.rb, line 109
  def testRelationWithBetween
    verify_relation('select 1 from table1 where x between a and b',
      'select 1 from table1 where x between a and b')
  end