- 10 May, 2017 3 commits
- 09 May, 2017 3 commits
- 04 Sep, 2016 1 commit
-
-
maryo authored
-
- 26 Apr, 2015 1 commit
-
-
andreas authored
Fixed incorrect handling of single quotes in SQL-Strings escaped by repeated single-quote (DBAL-1205)
-
- 13 Oct, 2014 1 commit
-
-
Martin Hasoň authored
-
- 30 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 29 Dec, 2013 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 21 Jun, 2013 1 commit
-
-
Benjamin Morel authored
- Fixed docblocks - Removed return statements on void methods - Cleaned up unused private / local variables - Fixed license issues - Removed SVN leftovers - Fixed doctrine-project.org links - Added line breaks before return statements
-
- 20 May, 2013 1 commit
-
-
Marco Pivetta authored
-
- 09 May, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 21 Apr, 2013 1 commit
-
-
Lars Strojny authored
-
- 20 Apr, 2013 1 commit
-
-
Benjamin Eberlei authored
This reverts commit 0b6a6aef.
-
- 08 Apr, 2013 1 commit
-
-
Lars Strojny authored
-
- 31 Jan, 2013 1 commit
-
-
Francesc Rosàs authored
-
- 28 Jan, 2013 1 commit
-
-
Thomas Subera authored
regex pattern does not support sql casting using :: operator for example select mydate::date from mytable;
-
- 07 Jan, 2013 1 commit
-
-
Andrew Vit authored
-
- 18 Dec, 2012 2 commits
-
-
David Ward authored
-
David Ward authored
-
- 25 Aug, 2012 1 commit
-
-
Fabio B. Silva authored
-
- 07 Jul, 2012 1 commit
-
-
Alexander authored
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 02 Apr, 2012 1 commit
-
-
Adrien BRAULT authored
-
- 24 Mar, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 14 Mar, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 26 Feb, 2012 2 commits
-
-
Maik Gosenshuis authored
Removed is_int check and converted both comparisons into equality comparisons when expanding list parameters.
-
Maik Gosenshuis authored
-
- 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.
-