- 30 Jan, 2015 7 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
jarekj authored
-
jarekj authored
-
jarekj authored
fixed typo
-
jarekj authored
-
- 23 Jan, 2015 1 commit
-
-
Marco Pivetta authored
-
- 18 Jan, 2015 3 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
- 13 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 11 Jan, 2015 2 commits
-
-
Rob Bayliss authored
-
Guilherme Blanco authored
-
- 08 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 04 Jan, 2015 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 03 Jan, 2015 8 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))"}``
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Shane Archer authored
-
- 31 Dec, 2014 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 28 Dec, 2014 1 commit
-
-
Steve Müller authored
-
- 26 Dec, 2014 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 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
-
- 18 Dec, 2014 1 commit
-
-
Markus Fasselt 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
-
- 15 Dec, 2014 1 commit
-
-
Nicolas Le Goff authored
-
- 12 Dec, 2014 1 commit
-
-
Steve Müller authored
-