1. 13 Oct, 2014 1 commit
  2. 08 Oct, 2014 1 commit
  3. 13 May, 2014 2 commits
  4. 30 Dec, 2013 1 commit
  5. 29 Dec, 2013 2 commits
  6. 20 May, 2013 1 commit
  7. 21 Apr, 2013 1 commit
  8. 20 Apr, 2013 1 commit
  9. 08 Apr, 2013 1 commit
  10. 31 Jan, 2013 1 commit
  11. 29 Jan, 2013 1 commit
  12. 07 Jan, 2013 1 commit
  13. 18 Dec, 2012 1 commit
  14. 25 Aug, 2012 1 commit
  15. 07 Jul, 2012 1 commit
  16. 14 Mar, 2012 1 commit
  17. 19 Dec, 2011 1 commit
  18. 28 Sep, 2011 1 commit
  19. 06 Mar, 2011 1 commit
  20. 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