- 29 Mar, 2018 3 commits
-
-
Sergei Morozov authored
Backporting: #3030.
-
Michael Raith authored
-
Michael Moravec authored
-
- 21 Nov, 2017 6 commits
-
-
Luís Cobucci authored
Backporting: https://github.com/doctrine/dbal/pull/2865
-
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
Backporting: https://github.com/doctrine/dbal/pull/2916#pullrequestreview-77928365
-
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 12 commits
-
-
Luís Cobucci authored
-
Luís Cobucci authored
-
Luís Cobucci authored
Backporting: https://github.com/doctrine/dbal/pull/2816
-
Luís Cobucci authored
-
Nathan Tolbert authored
-
Nathan Tolbert authored
-
Luís Cobucci authored
Backporting https://github.com/doctrine/dbal/pull/2905
-
Pedro authored
-
jeremy-smith authored
-
Luís Cobucci authored
Backporting https://github.com/doctrine/dbal/pull/2907
-
Christopher Davis authored
Serial fields already have a default value. By opting out of `notnull` serial fields will just set the next value in the sequence.
-
Christopher Davis authored
Postgres has a `SERIAL` data type to allow shorthand for `nextval('sequence_name')`, but DDL like this: CREATE TABLE example (id SERIAL) Cannot be generated in the DBAL schema APIs.
-
- 18 Nov, 2017 7 commits
-
-
Luís Cobucci authored
Backporting https://github.com/doctrine/dbal/pull/2861
-
Luís Cobucci authored
-
Tobias Kristensen authored
-
Luís Cobucci authored
Backporting https://github.com/doctrine/dbal/pull/2855
-
Luís Cobucci authored
I know, this is REALLY nasty but that was the only way I've found to make it work properly.
-
Luís Cobucci authored
And then we don't need to wait till v3 to not require comments on the JsonType.
-
Luís Cobucci authored
On 31d01283 we made JsonType the default one, which caused some unexpected results with the comparator. This tests validates that if users have a JSON column but are using the JsonArrayType we'll just add a comment to the column. Reference: https://github.com/doctrine/dbal/pull/2782
-
- 28 Aug, 2017 10 commits
-
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
Backport #2821
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
Added upgrade notice about BC break. Cleanups
-
Kim Hemsø Rasmussen authored
Changed DBALException::invalidPlatformSpecified() exception to be more detailed about what was given.
-
Kim Hemsø Rasmussen authored
Fixed cs issues
-
Kim Hemsø Rasmussen authored
-