- 19 Nov, 2017 9 commits
-
-
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 11 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
-
Kim Hemsø Rasmussen authored
-
- 03 Aug, 2017 2 commits
-
-
Marco Pivetta authored
Backport #2785
-
Grzegorz Kielak authored
-
- 28 Jul, 2017 7 commits
-
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
Backport #2794 to 2.6.1 ge aborts
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
#2794 allowing `DateTimeImmutable` instances when converting in mutable date types - reverts unintentional BC break
-
Marco Pivetta authored
#2794 adding tests verifying the regression, `DateTimeImmutable` should STILL work, even if unintentionally
-
- 23 Jul, 2017 2 commits
-
-
Marco Pivetta authored
-
Marco Pivetta authored
-
- 22 Jul, 2017 2 commits
-
-
Marco Pivetta authored
-
Marco Pivetta authored
Add all missing MariaDb keywords to MySQL
-