1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/lib/Doctrine/Node
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
..
AdjacencyList fixes #346 2007-06-15 10:33:15 +00:00
MaterializedPath Hierarchical data handling implementation moved from draft to main lib 2007-01-15 20:12:22 +00:00
NestedSet removed iterator references (those will be added when the implementation is ready) 2007-06-13 20:22:46 +00:00
AdjacencyList.php fixes #346 2007-06-15 10:33:15 +00:00
Exception.php Hierarchical data handling implementation moved from draft to main lib 2007-01-15 20:12:22 +00:00
Interface.php Hierarchical data handling implementation moved from draft to main lib 2007-01-15 20:12:22 +00:00
MaterializedPath.php fixes #346 2007-06-15 10:33:15 +00:00
NestedSet.php Closes #405. 2007-07-24 11:34:00 +00:00