- 19 Jan, 2017 1 commit
-
-
Steve Müller authored
-
- 17 Jan, 2017 2 commits
-
-
Benjamin Nolan authored
Minor code cleanup for efficiency, and tests to check the order by clause scrubbing is working correctly and not entering an infinite loop
-
Benjamin Nolan authored
-
- 16 Jan, 2017 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 14 Jan, 2017 1 commit
-
-
Marius Meißner authored
-
- 09 Sep, 2016 3 commits
-
-
Jörn Friedrich Dreyer authored
-
Steve Müller authored
fixes #2302
-
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 3 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
Closes #2436
-
- 11 Jul, 2016 1 commit
-
-
stchr authored
-
- 23 Jan, 2016 1 commit
-
-
James Titcumb authored
Conflicts: lib/Doctrine/DBAL/Platforms/DB2iSeriesPlatform.php
-
- 12 Jan, 2016 1 commit
-
-
Steve Müller authored
fixes #2270
-
- 09 Jan, 2016 1 commit
-
-
Steve Müller authored
-
- 05 Jan, 2016 2 commits
-
-
Nils Adermann authored
-
Nils Adermann authored
-
- 15 Dec, 2015 10 commits
-
-
Bill Schaller authored
-
Bill Schaller authored
-
Bill Schaller authored
-
Bill Schaller authored
-
Bill Schaller authored
-
Bill Schaller authored
-
Bill Schaller authored
-
Bill Schaller authored
-
Bill Schaller authored
-
Bill Schaller authored
* fix tests to use new CTE-based method
-
- 05 Sep, 2015 1 commit
-
-
Steve Müller authored
-
- 21 Aug, 2015 1 commit
-
-
janschoenherr authored
-
- 15 Apr, 2015 1 commit
-
-
Bill Schaller authored
-
- 10 Feb, 2015 4 commits
-
-
Steve Müller authored
-
andig authored
-
andig authored
-
andig authored
-
- 28 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 24 Jan, 2015 1 commit
-
-
Marco Pivetta authored
-
- 12 Jan, 2015 2 commits
-
-
Steve Müller authored
-
Markus Fasselt authored
-
- 03 Jan, 2015 1 commit
-
-
Adrien Crivelli authored
Because PostgreSQL will return the expression with a lot of parentheses we cannot TRIM() them easily. It is easier and more correct to adapt to what PostgreSQL returns. That means the declaration of partial indexes must be updated as follow: Before: ``options={"where": "other_id IS NULL"}`` After: ``options={"where": "(other_id IS NULL)"}`` And fore more complex conditions, that would be: ``options={"where": "(((id IS NOT NULL) AND (other_id IS NULL)) AND (name IS NULL))"}``
-