- 25 Dec, 2014 1 commit
-
-
Claudio Zizza authored
-
- 24 Dec, 2014 1 commit
-
-
Bill Schaller authored
Simplified doModifyLimitQuery per @deeky666 comments, added test case for orderby with parenthetical expression
-
- 21 Dec, 2014 2 commits
-
-
Claudio Zizza authored
-
Claudio Zizza authored
-
- 19 Dec, 2014 1 commit
-
-
Bill Schaller authored
-
- 16 Dec, 2014 2 commits
-
-
Bill Schaller authored
-
Bill Schaller authored
Added doModifyLimitQuery for SQLServer2012Platform that uses OFFSET... FETCH instead of the awful SQL Server 2008 window function garbage
-
- 12 Dec, 2014 1 commit
-
-
Steve Müller authored
-
- 28 Nov, 2014 1 commit
-
-
Gareth Evans authored
-
- 31 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 27 Oct, 2014 1 commit
-
-
Thomas Müller authored
-
- 23 Oct, 2014 1 commit
-
-
marius.klocke authored
-
- 22 Oct, 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
-
- 17 Oct, 2014 3 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
- 16 Oct, 2014 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 15 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 10 Sep, 2014 1 commit
-
-
Steve Müller authored
-
- 02 Sep, 2014 1 commit
-
-
Steve Müller authored
-
- 28 Aug, 2014 2 commits
-
-
Jose M. Alonso M authored
-
Jose M. Alonso M authored
-
- 21 Aug, 2014 4 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Jérôme Brissonnet authored
-
- 19 Aug, 2014 2 commits
-
-
Shane Archer authored
-
Shane Archer authored
-
- 18 Aug, 2014 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 12 Aug, 2014 1 commit
-
-
Adrien Crivelli authored
While technically it could work, the schema introspection of Sqlite platform has severe flaws preventing us to provide reliable support of partial (and non-partial) indexes for the moment.
-
- 11 Aug, 2014 1 commit
-
-
Adrien Crivelli authored
-
- 22 Jul, 2014 3 commits
-
-
Vincent Petry authored
Unit tests currently only cover SQLite, MySQL and PostgreSQL. Tests for other platforms have been marked as incomplete.
-
Adrien Crivelli authored
This coherent with what is done for Table. All platform specific things are grouped into an options array. Eventually flags should be migrated into options as well.
-
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.
-
- 21 Jul, 2014 1 commit
-
-
Jakob Linskeseder authored
with assertEquals
-
- 20 Jul, 2014 1 commit
-
-
chris rehfeld authored
-