Changeset 16274

Show
Ignore:
Timestamp:
04/28/08 14:31:04 (7 months ago)
Author:
piotras
Message:

Do not count model's rows

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midgard/core/midgard/src/midgard_connection.c

    r16269 r16274  
    570570        gint rows, ret_rows;  
    571571        const GValue *guid_value, *id_value; 
    572  
    573         ret_rows = gda_data_model_get_n_rows(model); 
    574  
    575         if(ret_rows == 0) { 
    576                 g_object_unref(model); 
    577                 return; 
    578         } 
    579572         
    580573        _CacheIDS **ids = id_list_new(ret_rows);