1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
doctrine2/lib
romanb fc2f9f29bd Closes #405.
Syntax for getting input properly escaped through prepared statements:
$query->set('field', 'field + ?', $value)
or
$query->set('field', 'field + ? - ?', array($value1, $value2))
or simply
$query->set('field', '?', $value)
Ticket: 405
2007-07-24 11:34:00 +00:00
..
Doctrine Closes #405. 2007-07-24 11:34:00 +00:00
Doctrine.php 2007-07-11 22:03:47 +00:00