- 19 Aug, 2014 2 commits
-
-
Shane Archer authored
-
Shane Archer authored
-
- 18 Aug, 2014 4 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Marco Pivetta authored
Updating a schema should introduce also schema creation statements in the generated SQL
-
- 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
-
- 31 Jul, 2014 1 commit
-
-
jeroendedauw authored
-
- 27 Jul, 2014 2 commits
-
-
jeroendedauw authored
-
jeroendedauw 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
-
- 30 Jun, 2014 20 commits
-
-
lucasvanlierop authored
-
lucasvanlierop authored
-
lucasvanlierop authored
-
lucasvanlierop authored
-
lucasvanlierop authored
-
lucasvanlierop authored
PG specific attribute PDO::PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT is now only set when it is still supported
-
lucasvanlierop authored
-
lucasvanlierop authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
František Bereň authored
Updated test for uppercased values
-
František Bereň authored
added literals off and on to the testcase
-
František Bereň authored
added postgresql platform conversion test
-
Jakob Linskeseder authored
to test preg_replace performance
-
Steve Müller authored
-
- 25 Jun, 2014 1 commit
-
-
Jason Allred authored
Prevent Connection from maintaining a second reference to an injected PDO object. Previously, if a developer explicitly closed the Connection, only the _conn reference was destroyed, but the _params['pdo'] reference remained and kept the PDO connection alive. By unsetting the _params reference, we maintain only the _conn reference, exactly as if the PDO connection is generated internally.
-
- 13 May, 2014 4 commits
-
-
jeroendedauw authored
-
jeroendedauw authored
-
jeroendedauw authored
-
jeroendedauw authored
-