- 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 1 commit
-
-
Sergei Morozov authored
-
- 06 Jun, 2020 1 commit
-
-
Sergei Morozov authored
-
- 04 May, 2020 1 commit
-
-
Grégoire Paris authored
-
- 15 Apr, 2020 1 commit
-
-
Grégoire Paris authored
-
- 01 Sep, 2019 1 commit
-
-
Jonas Staudenmeir authored
-
- 30 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 17 Mar, 2019 1 commit
-
-
Ahmed Abdou authored
-
- 03 Feb, 2019 1 commit
-
-
Sergei Morozov authored
-
- 30 Dec, 2018 1 commit
-
-
AlterTable 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 1 commit
-
-
Steve Müller authored
-