- 03 Feb, 2019 1 commit
-
-
Sergei Morozov authored
-
- 20 Jan, 2019 1 commit
-
-
Sergei Morozov authored
-
- 06 Dec, 2018 1 commit
-
-
Michael Moravec authored
-
- 16 Oct, 2018 1 commit
-
-
Sergei Morozov authored
-
- 28 Sep, 2018 1 commit
-
-
Sergei Morozov authored
-
- 31 Aug, 2018 2 commits
-
-
Michael Moravec authored
-
Jonathan H. Wage authored
-
- 18 Aug, 2018 1 commit
-
-
Michael Moravec authored
-
- 03 Aug, 2018 1 commit
-
-
Michael Moravec authored
-
- 02 Aug, 2018 1 commit
-
-
Michael Moravec authored
-
- 03 Jul, 2018 2 commits
-
-
Michael Moravec authored
-
Michael Moravec authored
-
- 27 Jun, 2018 1 commit
-
-
Michael Moravec authored
-
- 11 Jun, 2018 1 commit
-
-
Michael Moravec authored
-
- 04 Jun, 2018 1 commit
-
-
Michael Moravec authored
-
- 10 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 07 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 16 Mar, 2018 1 commit
-
-
photodude authored
-
- 01 Mar, 2018 1 commit
-
-
Gabriel Caruso authored
-
- 17 Feb, 2018 1 commit
-
-
Michael Moravec authored
-
- 05 Jan, 2018 1 commit
-
-
Michael Moravec authored
-
- 29 Dec, 2017 1 commit
-
-
Michael Moravec authored
-
- 06 Dec, 2017 2 commits
-
-
Grégoire Paris authored
I am not sure if there is a rationale behind ignoring extra keys like this. I was under the impression that something might copy options to platform specific options, thus leaving options in the original array, knowing they would be ignored anyway. If it is the case, it would be best to just move them, otherwise, this commit might help troubleshoot some mapping issues. I had to fix some tests that wrongly used that options array (maybe these options were valid at some point?).
-
Grégoire Paris authored
It makes diffs easier to read and avoids conflicts.
-
- 09 Sep, 2017 2 commits
-
-
Luís Cobucci authored
Modifying Travis-CI configuration to use build stages and removing explicit MySQL 5.6 execution (it's default now). PHPCS is running with PHP nightly version so we can have it failing for now.
-
Luís Cobucci authored
-
- 23 Jul, 2017 1 commit
-
-
Marco Pivetta authored
-
- 26 Jun, 2017 1 commit
-
-
Luís Cobucci authored
-
- 03 May, 2017 1 commit
-
-
Marco Pivetta authored
-
- 02 Jan, 2017 1 commit
-
-
Mark Railton authored
-
- 04 Dec, 2016 1 commit
-
-
Marco Pivetta authored
-
- 25 Aug, 2016 2 commits
-
-
Grégoire Paris authored
The last release is still buggy, as proven here: https://travis-ci.org/doctrine/dbal/builds/155125956 and as confirmed here: https://github.com/sebastianbergmann/phpunit-mock-objects/pull/324
-
Stephan de Souza authored
Some packages are using symfony/console 3.0 and newer as requirement, and doctrine/dbal works well with this contstrain.
-
- 24 Aug, 2016 1 commit
-
-
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
-
- 18 Jun, 2016 2 commits
-
-
Marco Pivetta authored
-
Marco Pivetta authored
-
- 05 Sep, 2015 1 commit
-
-
Bill Schaller authored
-
- 29 Jul, 2015 1 commit
-
-
Nicolas Grekas authored
-
- 15 Apr, 2015 1 commit
-
-
Christophe Coevoet authored
The bin/doctrine-dbal.php file is not an executable file. Adding them as a bin in composer.json means that any composer install will trigger changes in the source when using symlinks because of the chmod. This makes things a pain when installing from source. Thus, there is no valid reason to add it. It is absolutely not necessary when using a composer install. The issue requesting it previously is actually an issue in Laravel which replaces the proxy file/symlink generated by Composer with a copy of the original file, which of course cannot work because of paths used in require. But copying a second file does not help for that (unless in very specific cases). It only moves the issue until the next require call.
-