# File lib/rubyrep/proxy_cursor.rb, line 32 def prepare_fetch(options = {}) self.cursor = connection.select_cursor( options.merge(:table => table, :type_cast => true) ) end