Show
Ignore:
Timestamp:
04/12/08 21:11:11 (9 months ago)
Author:
romanb
Message:

Refactorings along with a speed improvement on the Hydrator when processing joined resultsets. Other minor tweaks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests_old/Relation/AccessTestCase.php

    r2388 r4219  
    2020        $us[1] = new MyUser(); 
    2121        $us[1]->name = "user1"; 
    22         $this->connection->flush(); 
     22        $this->connection->unitOfWork->saveAll(); 
    2323        // OneThings 
    2424        $onethings_gs = array( 
     
    6666        } 
    6767         */ 
    68         $this->connection->flush(); 
     68        $this->connection->unitOfWork->saveAll(); 
    6969        $this->connection->clear(); 
    7070    }