• romanb's avatar
    Closes #405. · fc2f9f29
    romanb authored
    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
    fc2f9f29
Name
Last commit
Last update
..
Doctrine Loading commit data...
Doctrine.php Loading commit data...