Changeset 4504
- Timestamp:
- 06/09/08 00:58:56 (13 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();