- 16 Dec, 2017 1 commit
-
-
Marco Pivetta authored
Clean elses
-
- 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 3 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
-
- 07 Dec, 2017 3 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
-
- 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
-
- 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 2 commits
-
-
Luís Cobucci authored
Fix changing column from int to bigint with autoincrement
-
Robin Appelman authored
- SERIAL and BIGSERIAL are not true types and can't be used in ALTER TABLE expressions - When changing between int and bigint auto increment fields the default should no be dropped to preserve the link between the column and the sequence.
-
- 19 Nov, 2017 16 commits
-
-
Luís Cobucci authored
Inherit charset from master connection if not set explicitly
-
Maximilian Ruta authored
-
Luís Cobucci authored
added badges for continuousphp and other badges for 2.6
-
Luís Cobucci authored
Also reorganising things a bit to make it simpler.
-
ppaulis authored
-
Luís Cobucci authored
MariaDB 10.2 initial support Fixes: https://github.com/doctrine/dbal/issues/2819
-
Luís Cobucci authored
As per @belgattitude's review.
-
Luís Cobucci authored
Since the test is skipped when the driver is not an instance of `VersionAwarePlatformDriver` we don't need to validate it again. The message was a bit confusing as well (expected vs given).
-
Luís Cobucci authored
Since the JSON type is simply an alias to a LONG TEXT we must force a comment, otherwise things will not work properly. Also the test for JSON types should work regardless of native JSON support (DBAL should add a comment to identify the correct type).
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
Unescaping re-added, support limited to schema introspection (#2850 will bring more complete coverage)
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-