- 23 Jan, 2018 1 commit
-
-
Claudio Zizza authored
-
- 12 Jan, 2018 1 commit
-
-
Marco Pivetta authored
[DBAL-2954] Removed error suppression in IBM DB2 Statement
-
- 07 Jan, 2018 2 commits
-
-
Marco Pivetta authored
Implemented Statement::fetch(PDO::FETCH_COLUMN) in non-PDO driveres
-
Sergei Morozov authored
Fixes #2953.
-
- 05 Jan, 2018 3 commits
-
-
Marco Pivetta authored
Update Doctrine CS requirement
-
Marco Pivetta authored
Use Null Coalesce Operator
-
Michael Moravec authored
-
- 04 Jan, 2018 5 commits
-
-
Gabriel Caruso authored
-
Gabriel Caruso authored
-
Marco Pivetta authored
This reverts commit e3ab1276, reversing changes made to f988b0a6.
-
Marco Pivetta authored
Fixed code style check failures for pull request against non-master branches
-
Sergei Morozov authored
Fixes #2961.
-
- 03 Jan, 2018 1 commit
-
-
Gabriel Caruso authored
-
- 02 Jan, 2018 3 commits
-
-
Marco Pivetta authored
Support for backslashes in default values
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
- 01 Jan, 2018 15 commits
-
-
Marco Pivetta authored
Whitespaces clean-up in docs
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
Adrien Crivelli authored
We prefer to test across all platforms at once with `SchemaManagerFunctionalTestCase::testEscapedDefaultValueMustBePreserved()` rather than to test only a single specific platform.
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
Adrien Crivelli authored
-
Adrien Crivelli authored
It is now possible to use `\` in non-escaped default values for a column, and it will be automatically escaped for platforms that need it. Previously this lead to a confusion when diffing actual and expected schema leading to perpetual out of sync schema. Before: ```php /** * @ORM\Column(options={"default" = "Foo\\Bar"})) */ private $name; ``` After: ```php /** * @ORM\Column(options={"default" = "Foo\Bar"})) */ private $name; ``` And the result in database will be a default value exactly as written in the annotation, that is `Foo\Bar`.
-
Gabriel Caruso authored
-
- 29 Dec, 2017 4 commits
-
-
Marco Pivetta authored
Travis: Test against lowest and dev dependencies
-
Marco Pivetta authored
Removed the "OCI8: SQL Queries with Question Marks" section
-
Marco Pivetta authored
Enabled testFetchLongBlob() for PDO SQL Server driver
-
Michael Moravec authored
-
- 28 Dec, 2017 1 commit
-
-
Sergei Morozov authored
-
- 26 Dec, 2017 3 commits
-
-
Marco Pivetta authored
PostgreSQL 10 support
-
Sergei Morozov authored
-
Simon Podlipsky authored
-
- 24 Dec, 2017 1 commit
-
-
Marco Pivetta authored
Removed pre-7.1 quirks
-