- 28 Dec, 2017 1 commit
-
-
Sergei Morozov authored
-
- 26 Dec, 2017 2 commits
-
-
Marco Pivetta authored
PostgreSQL 10 support
-
Simon Podlipsky authored
-
- 24 Dec, 2017 2 commits
-
-
Marco Pivetta authored
Removed pre-7.1 quirks
-
Michael Moravec authored
-
- 22 Dec, 2017 2 commits
-
-
Marco Pivetta authored
Incremental check for coding standards in pull requests
-
Sergei Morozov authored
-
- 20 Dec, 2017 3 commits
-
-
Marco Pivetta authored
Combine consecutives unsets
-
Michael Moravec authored
-
Michael Moravec authored
Added test case for resource as parameter
-
- 19 Dec, 2017 1 commit
-
-
Gabriel Caruso authored
-
- 17 Dec, 2017 2 commits
-
-
Sergei Morozov authored
Fixes #2917.
-
Marco Pivetta authored
Clean up note on query builder setParameter documentation
-
- 16 Dec, 2017 1 commit
-
-
Marco Pivetta authored
Clean elses
-
- 15 Dec, 2017 1 commit
-
-
Jonathan Vollebregt authored
-
- 14 Dec, 2017 1 commit
-
-
Gabriel Caruso authored
-
- 09 Dec, 2017 2 commits
-
-
Marco Pivetta authored
Refactoring tests
-
Marco Pivetta authored
Use Null Coalesce Operator
-
- 08 Dec, 2017 4 commits
-
-
Marco Pivetta authored
Improve deprecation wording in `Doctrine\DBAL\Schema\Column#setOptions()`
-
Grégoire Paris authored
People that are starting a new project will immediately know what this is about, but people upgrading doctrine might get a lot of these and should have a better clue regarding what this is about.
-
Marco Pivetta authored
Validate options
-
Tomáš Holan authored
-
- 07 Dec, 2017 4 commits
-
-
Grégoire Paris authored
People do not need to know that this will be implemented as an exception.
-
Grégoire Paris authored
-
Gabriel Caruso authored
-
Tomáš Holan authored
-
- 06 Dec, 2017 4 commits
-
-
Grégoire Paris authored
-
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.
-
Gabriel Caruso authored
-
- 05 Dec, 2017 1 commit
-
-
Tomáš Holan authored
Added test case for PHP Resource as parameter in Driver exception
-
- 28 Nov, 2017 2 commits
-
-
Luís Cobucci authored
Refactoring tests
-
Gabriel Caruso authored
-
- 21 Nov, 2017 6 commits
-
-
Luís Cobucci authored
Fixes for Sqlite schema regex
-
Luís Cobucci authored
The reasoning behind this is to essentially rely on a single type (or the absence of it), therefore add type declarations. Since these are private methods we can do that without breaking BC.
-
Gawain Lynch authored
-
Gawain Lynch authored
-
Gawain Lynch authored
-
Gawain Lynch authored
-
- 20 Nov, 2017 1 commit
-
-
Luís Cobucci authored
Fix changing column from int to bigint with autoincrement
-