- 25 Jul, 2020 1 commit
-
-
Sergei Morozov authored
-
- 24 Jul, 2020 1 commit
-
-
Sergei Morozov authored
-
- 17 Jul, 2020 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 05 Jul, 2020 1 commit
-
-
Sergei Morozov authored
-
- 20 Jun, 2020 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 27 May, 2020 1 commit
-
-
Grégoire Paris authored
-
- 04 May, 2020 1 commit
-
-
Grégoire Paris authored
-
- 30 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 03 Feb, 2019 1 commit
-
-
Sergei Morozov authored
-
- 24 Oct, 2018 1 commit
-
-
Sergei Morozov authored
-
- 02 Oct, 2018 1 commit
-
-
Sergei Morozov authored
-
- 28 Sep, 2018 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 19 Jun, 2018 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
Closes #3187.
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 29 Jan, 2018 1 commit
-
-
Michael Moravec 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`.
-
- 19 Nov, 2017 2 commits
-
-
belgattitude authored
-
belgattitude authored
-
- 09 Sep, 2017 3 commits
-
-
Luís Cobucci authored
-
Luís Cobucci authored
-
Luís Cobucci authored
-
- 28 Jul, 2017 1 commit
-
-
Jean-Baptiste Noblot authored
Fix PSR2 rules : "As per PSR2, the static declaration should come after the visibility declaration."
-
- 11 Mar, 2017 1 commit
-
-
Dustin Wheeler authored
-
- 23 Jan, 2017 1 commit
-
-
Steve Müller authored
-
- 22 Jan, 2017 1 commit
-
-
Steve Müller authored
-
- 14 Jan, 2017 1 commit
-
-
Sergei Morozov authored
-
- 22 Sep, 2016 1 commit
-
-
Marius Meißner authored
-
- 09 Sep, 2016 3 commits
-
-
Marco Pivetta authored
-
Jörn Friedrich Dreyer authored
-
Steve Müller authored
- fixes platform's COMMENT ON statement support - implements reverse engineering for column comments - marks boolean column type commented for distinction fixes #2182
-
- 15 Jul, 2016 1 commit
-
-
Steve Müller authored
Closes #2436
-
- 09 Jan, 2016 1 commit
-
-
Steve Müller authored
-
- 06 Jan, 2016 1 commit
-
-
Steve Müller authored
fixes #2270
-
- 18 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 31 Dec, 2014 1 commit
-
-
Steve Müller authored
-