# File lib/rubyrep/proxy_connection.rb, line 207
    def select_record(options)
      cursor = select_cursor({:row_buffer_size => 1}.merge(options))
      row = cursor.next? ? cursor.next_row : nil
      cursor.clear
      row
    end