- 18 Nov, 2017 9 commits
-
-
Luís Cobucci authored
-
Tobias Kristensen authored
-
Luís Cobucci authored
Fix BC-break regarding JsonArrayType Fixes: https://github.com/doctrine/DoctrineBundle/issues/696 Fixes: https://github.com/doctrine/dbal/issues/2880
-
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
-
Luís Cobucci authored
Improve build configuration
-
Luís Cobucci authored
Also disabling some build failing conditions that were causing confusing instead of helping.
-
Luís Cobucci authored
-
- 19 Oct, 2017 5 commits
-
-
Marco Pivetta authored
Proofread types doc
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
It seems to be the case in the rest of this document.
-
- 03 Oct, 2017 4 commits
-
-
Marco Pivetta authored
Tenant documentation typos
-
Marco Pivetta authored
Doc typos and grammar
-
Phil Davis authored
-
Phil Davis authored
-
- 24 Sep, 2017 2 commits
-
-
Marco Pivetta authored
fixed typo into security documentation
-
Alessandro Minoccheri authored
-
- 15 Sep, 2017 2 commits
-
-
Marco Pivetta authored
Add iterators for non pdo drivers.
-
Ian Jenkins authored
-
- 14 Sep, 2017 11 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
-
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.
-
Ian Jenkins authored
-
Ian Jenkins authored
I don't really understand the mysqli driver too much and the changes break the tests so undo using an iterator for this particular driver.
-
Ian Jenkins authored
Allows result sets to be iterated over without running out of memory on large data sets.
-
- 12 Sep, 2017 1 commit
-
-
Luís Cobucci authored
Style improvements
-
- 11 Sep, 2017 6 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Marco Pivetta authored
use newer PHP syntax
-
Alessandro Minoccheri authored
-
Marco Pivetta authored
use newer PHP syntax
-
Alessandro Minoccheri authored
-