- 19 Nov, 2017 32 commits
-
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
@morozov review: According to MySqlPlatform::getListTableColumnsSQL(), the default column is always selected. Removed ??
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
Luís Cobucci authored
#2815 don't require `ssl_key` and `ssl_cert` to use `ssl_ca` Fixes: https://github.com/doctrine/dbal/issues/2815
-
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 8 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.
-