- 17 Jun, 2020 1 commit
-
-
Jonathan H. Wage authored
-
- 12 Apr, 2020 1 commit
-
-
Sergei Morozov authored
-
- 21 Mar, 2020 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 20 Mar, 2020 1 commit
-
-
Sergei Morozov authored
The `PostgreSqlPlatform`, `SQLAnywherePlatform` and `SQLServerPlatform` classes have been renamed to `PostgreSQL94Platform`, `SQLAnywhere16Platform` and `SQLServer2012Platform` respectively. When deprecating an old platform version, we can deprecate and later remove a specific class. Otherwise, there's no way to express the deprecation on the class level and the upgrade notes contain sentences like: "`XYZPlatform` and `XYZKeywords` now represent XYZ (version)".
-
- 18 Mar, 2020 2 commits
-
-
Claudio Zizza authored
-
Michael Moravec authored
-
- 31 Dec, 2019 1 commit
-
-
Jonathan H. Wage authored
-
- 02 Nov, 2019 5 commits
-
-
Claudio Zizza authored
-
Michael Moravec authored
-
Sergei Morozov authored
-
Michael Moravec authored
-
Michael Moravec authored
-
- 07 Aug, 2019 1 commit
-
-
David Négrier authored
-
- 30 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 28 Sep, 2018 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 09 Sep, 2017 1 commit
-
-
Luís Cobucci authored
-
- 10 Feb, 2015 1 commit
-
-
Steve Müller authored
-
- 31 Jan, 2015 1 commit
-
-
Roman Akhmadullin authored
-
- 22 Jul, 2014 1 commit
-
-
Adrien Crivelli authored
Support for Partial Indexes was available in Doctrine 1 following http://www.doctrine-project.org/jira/browse/DC-82. This commit reintroduce support for Doctrine 2. We use the same syntax with an optionnal "where" attribute for Index and UniqueConstraint.
-
- 01 Jan, 2014 1 commit
-
-
Benjamin Eberlei authored
-
- 29 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 22 Dec, 2013 3 commits
-
-
Steve Müller authored
-
Benjamin Eberlei authored
-
Steve Müller authored
-
- 21 Dec, 2013 2 commits
-
-
Steve Müller authored
-
Benjamin Eberlei authored
-
- 20 Nov, 2013 2 commits
-
-
František Bereň authored
-
František Bereň authored
-
- 19 Nov, 2013 2 commits
-
-
František Bereň authored
-
František Bereň authored
-
- 06 Aug, 2013 1 commit
-
-
Jakub Zienkiewicz authored
-
- 18 Jun, 2013 1 commit
-
-
Steve Müller authored
-
- 13 Jun, 2013 1 commit
-
-
Steve Müller authored
-
- 15 May, 2013 1 commit
-
-
Stéphane Klein authored
-
- 01 May, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 15 Apr, 2013 1 commit
-
-
Matthias Lohr authored
- added test for getListTableColumnsSQL - added test for getListTableForeignKeysSQL - added test for getListTableIndexesSQL
-
- 28 Mar, 2013 1 commit
-
-
Steve Müller authored
-
- 22 Mar, 2013 1 commit
-
-
Adrien Crivelli authored
DBAL-54 was fixed in commit 3d55dc8e by changing SQL queries order. However it was later reintroduced. This patch uses a different, more future-proof way, approach by using DROP SEQUENCE ... CASCADE syntax, and thus does not depend on queries order.
-