- 30 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 03 Feb, 2019 1 commit
-
-
Sergei Morozov authored
-
- 24 Oct, 2018 1 commit
-
-
Sergei Morozov authored
-
- 16 Oct, 2018 1 commit
-
-
Ben Davies authored
-
- 28 Sep, 2018 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 21 May, 2018 1 commit
-
-
Sergei Morozov authored
-
- 29 Jan, 2018 2 commits
-
-
Michael Moravec authored
-
Gabriel Caruso authored
-
- 01 Jan, 2018 4 commits
-
-
Adrien Crivelli authored
-
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 2 commits
-
-
belgattitude authored
-
belgattitude authored
-
- 18 Nov, 2017 1 commit
-
-
Christopher Davis authored
Postgres has a `SERIAL` data type to allow shorthand for `nextval('sequence_name')`, but DDL like this: CREATE TABLE example (id SERIAL) Cannot be generated in the DBAL schema APIs.
-
- 09 Sep, 2017 1 commit
-
-
Luís Cobucci authored
-
- 09 Sep, 2016 1 commit
-
-
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
-
- 23 Aug, 2015 1 commit
-
-
Possum authored
-
- 01 May, 2015 1 commit
-
-
Steve Müller authored
-
- 10 Feb, 2015 1 commit
-
-
Steve Müller authored
-
- 26 Dec, 2014 1 commit
-
-
Steve Müller authored
-
- 25 Dec, 2014 1 commit
-
-
Claudio Zizza authored
-
- 21 Dec, 2014 2 commits
-
-
Claudio Zizza authored
-
Claudio Zizza authored
-
- 18 Dec, 2014 1 commit
-
-
Markus Fasselt authored
-
- 12 Dec, 2014 1 commit
-
-
Steve Müller 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
-
- 21 Aug, 2014 1 commit
-
-
Jérôme Brissonnet authored
-
- 18 Aug, 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.
-
- 18 Jul, 2014 1 commit
-
-
Tiago Brito authored
-
- 30 Jun, 2014 2 commits
-
-
lucasvanlierop authored
-
lucasvanlierop authored
-