lib/rubyrep/proxy_connection.rb in rubyrep-1.0.6 vs lib/rubyrep/proxy_connection.rb in rubyrep-1.0.7

- old
+ new

@@ -163,13 +163,9 @@ # Store a cursor in the register to protect it from the garbage collector. def save_cursor(cursor) cursors[cursor] = cursor end - # default number of records that are read into memory at a time during - # select queries - DEFAULT_ROW_BUFFER_SIZE = 1000 - # Returns a cusor as produced by the #select_cursor method of the connection # extenders. # # Two modes of operation: Either # * execute the specified query (takes precedense) OR