- 12 Jan, 2015 1 commit
-
-
Markus Fasselt authored
-
- 11 Jan, 2015 2 commits
-
-
Marco Pivetta authored
-
Rob Bayliss authored
-
- 09 Jan, 2015 2 commits
-
-
Marco Pivetta authored
Backport #769 into 2.5
-
Steve Müller authored
-
- 03 Jan, 2015 9 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
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
-
Terje Bråten authored
-
Marco Pivetta authored
-
Steve Müller authored
-
Shane Archer authored
-
- 01 Jan, 2015 2 commits
-
-
Marco Pivetta authored
-
Steve Müller authored
-
- 31 Dec, 2014 3 commits
-
-
Steve Müller authored
-
Claudio Zizza authored
-
Nicolas Grekas authored
-
- 28 Dec, 2014 2 commits
-
-
Marco Pivetta authored
-
Steve Müller authored
-
- 27 Dec, 2014 2 commits
-
-
Marco Pivetta authored
-
Steve Müller authored
-
- 26 Dec, 2014 6 commits
-
-
Marco Pivetta authored
Close #756
-
Steve Müller authored
-
Claudio Zizza authored
-
Claudio Zizza authored
-
Claudio Zizza 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
-
- 12 Dec, 2014 7 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Gareth Evans authored
-
Gareth Evans authored
-
Gareth Evans authored
-
Gareth Evans authored
-