Changeset 2408


Ignore:
Timestamp:
11/01/09 19:22:35 (2 years ago)
Author:
jvelde
Message:

Hotfix for a bug: mapMref does not work when entities are batched, because the rs is still active at that point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molgenis/3.3/src/org/molgenis/framework/db/jdbc/AbstractJDBCMapper.java

    r2407 r2408  
    714714 
    715715                                // write batch 
     716                                 
     717                                /* 
    716718                                if (i % BATCH_SIZE == 0) 
    717719                                { 
     
    728730                                        entityBatch.clear(); 
    729731                                } 
     732                                */ 
     733                                 
    730734                        } 
    731735                        // write remaining 
Note: See TracChangeset for help on using the changeset viewer.