- 19 Nov, 2017 7 commits
-
-
Luís Cobucci authored
-
Nathan Tolbert authored
-
Nathan Tolbert authored
-
Luís Cobucci authored
Fixes custom type comment regex Fixes: https://github.com/doctrine/dbal/issues/2596 Replaces: https://github.com/doctrine/dbal/pull/2679
-
Pedro authored
-
jeremy-smith authored
-
Luís Cobucci authored
Don't Set a Default Value on PostgreSQL SERIAL Fields Fixes: https://github.com/doctrine/dbal/issues/2906
-
- 18 Nov, 2017 12 commits
-
-
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.
-
Luís Cobucci authored
Default value declaration for immutable types Fixes: https://github.com/doctrine/dbal/issues/2859
-
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 8 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.
-