- 25 Nov, 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.
-
- 21 May, 2018 1 commit
-
-
Sergei Morozov authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 30 Mar, 2018 1 commit
-
-
Tobias Schultze authored
-
- 29 Jan, 2018 1 commit
-
-
Michael Moravec authored
-
- 04 Jan, 2018 1 commit
-
-
Marco Pivetta authored
This reverts commit e3ab1276, reversing changes made to f988b0a6.
-
- 01 Jan, 2018 3 commits
-
-
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`.
-
- 19 Nov, 2017 4 commits
-
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
- 09 Sep, 2017 1 commit
-
-
Luís Cobucci authored
-
- 14 Apr, 2017 1 commit
-
-
Immanuel Klinkenberg authored
primary key on MySQL platform.
-
- 09 Sep, 2016 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
fixes #2302
-
- 15 Jul, 2016 3 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
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
-
- 10 Feb, 2015 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 27 Jan, 2015 1 commit
-
-
andig authored
-
- 26 Jan, 2015 1 commit
-
-
andig authored
-
- 03 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 26 Dec, 2014 1 commit
-
-
Steve Müller authored
-
- 25 Dec, 2014 1 commit
-
-
Claudio Zizza authored
-
- 18 Dec, 2014 1 commit
-
-
Markus Fasselt authored
-
- 12 Dec, 2014 1 commit
-
-
Steve Müller authored
-
- 28 Nov, 2014 1 commit
-
-
Gareth Evans authored
-
- 21 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 20 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 16 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 10 Sep, 2014 1 commit
-
-
Steve Müller authored
-