- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 17 Feb, 2018 1 commit
-
-
Grégoire Paris authored
A string is made of characters, an array might contain anything.
-
- 15 Feb, 2018 1 commit
-
-
Grégoire Paris authored
-
- 09 Feb, 2018 3 commits
-
-
Grégoire Paris authored
array_merge will not work with any iterable
-
Grégoire Paris authored
-
Grégoire Paris authored
-
- 29 Jan, 2018 4 commits
-
-
Michael Moravec authored
-
Michael Moravec authored
-
Michael Moravec authored
-
Gabriel Caruso authored
-
- 04 Jan, 2018 1 commit
-
-
Marco Pivetta authored
This reverts commit e3ab1276, reversing changes made to f988b0a6.
-
- 03 Jan, 2018 1 commit
-
-
Gabriel Caruso authored
-
- 01 Jan, 2018 2 commits
-
-
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`.
-
- 26 Dec, 2017 1 commit
-
-
Simon Podlipsky authored
-
- 19 Nov, 2017 2 commits
-
-
belgattitude authored
-
belgattitude authored
-
- 18 Nov, 2017 2 commits
-
-
Luís Cobucci authored
-
Tobias Kristensen authored
-
- 11 Sep, 2017 2 commits
-
-
Grégoire Paris authored
It is a somewhat fragile thing to do.
-
Grégoire Paris authored
It groups things naturally.
-
- 25 Jul, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 29 Jun, 2017 1 commit
-
-
mondrake authored
-
- 17 Jan, 2017 1 commit
-
-
Steve Müller authored
-
- 10 Jan, 2016 1 commit
-
-
Steve Müller authored
cover in test suite that platform throws exception on generating inline column comment SQL if unsupported
-
- 09 Jan, 2016 1 commit
-
-
Steve Müller authored
-
- 06 Jan, 2016 1 commit
-
-
Steve Müller authored
fixes #2270
-
- 07 Dec, 2015 1 commit
-
-
Martin Hasoň authored
-
- 11 Mar, 2015 1 commit
-
-
Wilt authored
Fixed inconsistent use of getSqlDeclaration method name
-
- 18 Dec, 2014 1 commit
-
-
Markus Fasselt authored
-
- 16 Dec, 2014 1 commit
-
-
Jeroen Thora authored
-
- 03 Dec, 2014 1 commit
-
-
Gareth Evans authored
-
- 28 Nov, 2014 2 commits
-
-
Gareth Evans authored
-
Gareth Evans authored
-
- 21 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 20 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 17 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 11 Sep, 2014 1 commit
-
-
maks feltrin authored
each $part does not contain ".", so quoteSingleIdentifier may be called directly thus avoiding recursive strpos checks.
-
- 10 Sep, 2014 1 commit
-
-
Steve Müller authored
-
- 28 Aug, 2014 1 commit
-
-
Jose M. Alonso M authored
-