- 19 Nov, 2017 3 commits
-
-
belgattitude authored
-
Nathan Tolbert authored
-
jeremy-smith authored
-
- 18 Nov, 2017 4 commits
-
-
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.
-
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
-
- 15 Sep, 2017 1 commit
-
-
Ian Jenkins authored
-
- 14 Sep, 2017 7 commits
-
-
Ian Jenkins authored
-
Ian Jenkins authored
-
Ian Jenkins authored
statements in a rewindable iterator. Skipped the test for iterating multiple times with a message regarding that iterators are non rewindable.
-
Ian Jenkins authored
-
Ian Jenkins authored
-
Ian Jenkins authored
Only added to mysqli for now, can add to other drivers (assuming they support reseting the pointer in some way) after feedback.
-
Ian Jenkins authored
Test fails because it's not possible to reuse a generator in this way.
-
- 11 Sep, 2017 3 commits
-
-
Grégoire Paris authored
-
Alessandro Minoccheri authored
-
Grégoire Paris authored
It is a somewhat fragile thing to do.
-
- 10 Sep, 2017 1 commit
-
-
Grégoire Paris authored
It was not covered, probably because it was hard to do something generic. I choose to duplicate some tests instead, so that things stay relatively simple.
-
- 09 Sep, 2017 3 commits
-
-
Luís Cobucci authored
-
Luís Cobucci authored
-
Luís Cobucci authored
-
- 28 Aug, 2017 2 commits
-
-
Marco Pivetta authored
#2821 replacing `@group` annotations with proper references, since DBAL-* issues are from JIRA, not Github
-
Marco Pivetta authored
-
- 27 Aug, 2017 2 commits
-
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
Added upgrade notice about BC break. Cleanups
-
- 24 Aug, 2017 2 commits
-
-
Kim Hemsø Rasmussen authored
Changed DBALException::invalidPlatformSpecified() exception to be more detailed about what was given.
-
Kim Hemsø Rasmussen authored
Fixed cs issues
-
- 22 Aug, 2017 1 commit
-
-
Kim Hemsø Rasmussen authored
-
- 28 Jul, 2017 2 commits
-
-
Jean-Baptiste Noblot authored
Fix PSR2 rules : "As per PSR2, the static declaration should come after the visibility declaration."
-
Marco Pivetta authored
-
- 27 Jul, 2017 1 commit
-
-
Marco Pivetta authored
#2794 adding tests verifying the regression, `DateTimeImmutable` should STILL work, even if unintentionally
-
- 24 Jul, 2017 1 commit
-
-
Grzegorz Kielak authored
-
- 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.
-