1. 29 Dec, 2013 2 commits
  2. 20 May, 2013 1 commit
  3. 21 Apr, 2013 1 commit
  4. 20 Apr, 2013 1 commit
  5. 08 Apr, 2013 1 commit
  6. 31 Jan, 2013 1 commit
  7. 29 Jan, 2013 1 commit
  8. 07 Jan, 2013 1 commit
  9. 18 Dec, 2012 1 commit
  10. 25 Aug, 2012 1 commit
  11. 07 Jul, 2012 1 commit
  12. 14 Mar, 2012 1 commit
  13. 19 Dec, 2011 1 commit
  14. 28 Sep, 2011 1 commit
  15. 06 Mar, 2011 1 commit
  16. 05 Mar, 2011 1 commit
    • Benjamin Eberlei's avatar
      [DBAL-78] Add support for native sql list support in positional queries... · df50f44a
      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.
      df50f44a