Changeset 4504

Show
Ignore:
Timestamp:
06/09/08 00:58:56 (13 months ago)
Author:
jwage
Message:

Updating usage.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/tests/Ticket/927TestCase.php

    r4179 r4504  
    5454          // simple query with deep relations 
    5555          $q->update('Email') 
    56               ->set('address', 'new@doctrine.org') 
     56              ->set('address', '?', 'new@doctrine.org') 
    5757              ->where('address = ?', 'david.stendardi@adenclassifieds.com') 
    5858              ->execute();