- 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
-
- 22 Jul, 2014 1 commit
-
-
Vincent Petry authored
Unit tests currently only cover SQLite, MySQL and PostgreSQL. Tests for other platforms have been marked as incomplete.
-
- 30 Jun, 2014 1 commit
-
-
Steve Müller authored
-
- 09 May, 2014 1 commit
-
-
Steve Müller authored
-
- 02 May, 2014 1 commit
-
-
jeroendedauw authored
-
- 06 Mar, 2014 1 commit
-
-
Jan Sorgalla authored
-
- 16 Jan, 2014 1 commit
-
-
Steve Müller authored
-
- 01 Jan, 2014 1 commit
-
-
Benjamin Eberlei authored
Fix more occurances of the extending Test bug, "reactivating" a total of 200 tests. SQLAnywhere is missing and is a bit more annyoing to fix, because of a deep inheritance hierachy.
-
- 29 Dec, 2013 1 commit
-
-
Steve Müller authored
-