Changeset 4504 for branches/0.11/tests/Ticket/927TestCase.php
- Timestamp:
- 06/08/08 20:58:56 (21 months ago)
- Files:
-
- 1 modified
-
branches/0.11/tests/Ticket/927TestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/tests/Ticket/927TestCase.php
r4179 r4504 54 54 // simple query with deep relations 55 55 $q->update('Email') 56 ->set('address', ' new@doctrine.org')56 ->set('address', '?', 'new@doctrine.org') 57 57 ->where('address = ?', 'david.stendardi@adenclassifieds.com') 58 58 ->execute();