- 21 Nov, 2017 3 commits
-
-
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
-
- 20 Nov, 2017 1 commit
-
-
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 3 commits
-
-
Nathan Tolbert authored
-
jeremy-smith authored
-
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 3 commits
-
-
Tobias Kristensen authored
-
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 6 commits
-
-
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
-
- 03 Aug, 2017 1 commit
-
-
Grzegorz Kielak authored
-
- 28 Jul, 2017 2 commits
-
-
Marco Pivetta authored
-
Marco Pivetta authored
#2794 adding tests verifying the regression, `DateTimeImmutable` should STILL work, even if unintentionally
-
- 22 Jul, 2017 1 commit
-
-
Marco Pivetta authored
-
- 20 Jul, 2017 1 commit
-
-
Luís Cobucci authored
-
- 19 Jul, 2017 1 commit
-
-
Luís Cobucci authored
Since it was deprecated.
-
- 29 Jun, 2017 2 commits
- 23 Jun, 2017 2 commits
-
-
Jonathan Vollebregt authored
-
Jonathan Vollebregt authored
If you pass a null to the where array of update or delete it's pretty obvious what you want. Most (all?) databases won't match anything if you actually try to compare with NULL making this a silent failure without it.
-
- 24 May, 2017 1 commit
-
-
Sergei Morozov authored
1. Reworked the parser syntax to use proper Oracle escaping syntax as '' instead of \'. 2. Moved valid tests to the Functional section to ensure correct SQL syntax and logic.
-
- 16 May, 2017 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 11 May, 2017 1 commit
-
-
Marius Meissner authored
-
- 10 May, 2017 2 commits
-
-
Steve Müller authored
Closes #1882
-
Steve Müller authored
-
- 09 May, 2017 2 commits
- 08 May, 2017 1 commit
-
-
Daniel Hensby authored
-
- 03 May, 2017 2 commits
-
-
Marco Pivetta authored
-
Marco Pivetta authored
-
- 02 May, 2017 2 commits
-
-
Marco Pivetta authored
-
Antonio Vilar authored
-