- 30 Apr, 2015 3 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Paul dG authored
Fixes #402 (https://github.com/doctrine/DoctrineBundle/issues/402) by connecting by default to 'template1' instead of the database with the same name as the user (Postgre default in case of no dbname).
-
- 15 Apr, 2015 1 commit
-
-
Bill Schaller authored
-
- 08 Apr, 2015 1 commit
-
-
Darien Hager authored
-
- 02 Apr, 2015 3 commits
- 27 Mar, 2015 1 commit
-
-
rocksfrow authored
-
- 10 Feb, 2015 4 commits
-
-
Steve Müller authored
-
andig authored
-
andig authored
-
andig authored
-
- 30 Jan, 2015 6 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
jarekj authored
-
jarekj authored
-
jarekj authored
-
jarekj authored
getSQLForJoins - infinite recursion if join alias is not unique
-
- 28 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 24 Jan, 2015 1 commit
-
-
Marco Pivetta authored
-
- 18 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 12 Jan, 2015 2 commits
-
-
Steve Müller authored
-
Markus Fasselt authored
-
- 11 Jan, 2015 1 commit
-
-
Rob Bayliss authored
-
- 09 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 03 Jan, 2015 3 commits
-
-
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))"}``
-
Terje Bråten authored
-
Steve Müller authored
-
- 01 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 31 Dec, 2014 2 commits
-
-
Claudio Zizza authored
-
Nicolas Grekas authored
-
- 28 Dec, 2014 1 commit
-
-
Steve Müller authored
-
- 27 Dec, 2014 1 commit
-
-
Steve Müller authored
-
- 26 Dec, 2014 2 commits
-
-
Steve Müller authored
-
Claudio Zizza authored
-
- 25 Dec, 2014 1 commit
-
-
Nicolas Le Goff authored
-
- 24 Dec, 2014 3 commits
-
-
Jeroen Thora authored
-
Jeroen Thora authored
-
Jeroen Thora authored
-