- 19 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 28 Sep, 2011 1 commit
-
-
Fabio B. Silva authored
-
- 06 Mar, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 05 Mar, 2011 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
[DBAL-78] Add support for native sql list support in positional queries through the introduction of two new constants: * Doctrine\DBAL\Connection::PARAM_STR_ARRAY * Doctrine\DBAL\Connection::PARAM_INT_ARRAY Replacement of arrays only works in conjunction with the Doctrine\DBAL\Connection::executeQuery() and executeUpdate() methods. You need to pass the param constants into the third parameter called $types.
-