- 25 Aug, 2016 4 commits
-
-
Marco Pivetta authored
Forward port #2484
-
Stephan de Souza authored
Some packages are using symfony/console 3.0 and newer as requirement, and doctrine/dbal works well with this contstrain.
-
Marco Pivetta authored
Remove unused parameter
-
Grégoire Paris authored
-
- 24 Aug, 2016 2 commits
-
-
Marco Pivetta authored
Avoid phpunit-mock-objects v3.2.4
-
Grégoire Paris authored
It has a bug that makes it incompatible with the doctrine dbal test suite, see https://github.com/sebastianbergmann/phpunit-mock-objects/issues/322 Fixes #2475
-
- 20 Jul, 2016 1 commit
-
-
Marco Pivetta authored
Updated tests invocation
-
- 19 Jul, 2016 1 commit
-
-
miholeus authored
-
- 15 Jul, 2016 9 commits
-
-
Marco Pivetta authored
Do not generate FROM clause in QueryBuilder if no tables specified
-
Marco Pivetta authored
Fix list foreign keys SQL database parameter evaluation
-
Steve Müller authored
fix dbal tests on windows
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Marco Pivetta authored
Close #2442 Close #2436
-
Steve Müller authored
Closes #2436
-
Steve Müller authored
Track the Values & Types Passed to Statement::bindParam
-
- 12 Jul, 2016 2 commits
-
-
Christopher Davis authored
-
Christopher Davis authored
-
- 11 Jul, 2016 3 commits
-
-
Christopher Davis authored
-
Marco Pivetta authored
Close #2428
-
stchr authored
-
- 09 Jul, 2016 1 commit
-
-
Christopher Davis authored
So they get passed to the SQLLogger on `Statement::execute`.
-
- 07 Jul, 2016 3 commits
-
-
Marco Pivetta authored
Close #2434 Close #2261 Close #2262 Close #2386
-
Steve Müller authored
Closes #2261 Closes #2262 Closes #2386
-
Marco Pivetta authored
Refactor deprecated PHPUnit_Framework_TestCase::getMock() calls
-
- 05 Jul, 2016 1 commit
-
-
Marco Pivetta authored
Improve the phpdoc in Connection
-
- 03 Jul, 2016 1 commit
-
-
Matthieu Napoli authored
Improve return type's phpdoc because it wasn't clear from the phpdoc or the online documentation what would happen if no row was found.
-
- 30 Jun, 2016 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
Removed nearly all call_user_* from core( not drivers )
-
- 29 Jun, 2016 5 commits
-
-
Kim Hemsø Rasmussen authored
-
Steve Müller authored
Add testcase for limit/offset when selecting from a subselect
-
Steve Müller authored
Remove PHP 5.5 support
-
Steve Müller authored
Deterministic results for ModifyLimitQueryTest
-
Steve Müller authored
Add error code mapping for "no default value" to MySQL driver
-
- 25 Jun, 2016 1 commit
-
-
Marco Pivetta authored
Use implemented method instead of duplicate implementation
-
- 24 Jun, 2016 1 commit
-
-
Isaac Brown authored
-
- 23 Jun, 2016 1 commit
-
-
Morris Jobke authored
When following error message is shown, then it will get converted to the correct Exception classs of NotNullConstraintViolationException: PDOException: SQLSTATE[HY000]: General error: 1364 Field '...' doesn't have a default value
-
- 19 Jun, 2016 1 commit
-
-
Marco Pivetta authored
[Documentation] Extend Events documentation
-
- 18 Jun, 2016 1 commit
-
-
Marco Pivetta authored
-