- 09 Aug, 2015 1 commit
-
-
Leo authored
-
- 03 Aug, 2015 1 commit
-
-
Matteo Beccati authored
Features and changes: * jsonb can be used with: options={"jsonb"=true} * OVER is no longer reserved * LATERAL is now reserved
-
- 23 Jul, 2015 1 commit
-
-
janschoenherr authored
-
- 22 Jun, 2015 1 commit
-
-
Nils Adermann authored
-
- 18 May, 2015 1 commit
-
-
Nils Adermann authored
-
- 01 May, 2015 1 commit
-
-
Steve Müller authored
-
- 25 Apr, 2015 1 commit
-
-
Benjamin Morel authored
-
- 02 Apr, 2015 2 commits
-
-
Bill Schaller authored
-
Bill Schaller authored
-
- 31 Mar, 2015 2 commits
-
-
Bill Schaller authored
-
Bill Schaller authored
-
- 11 Mar, 2015 4 commits
- 10 Feb, 2015 1 commit
-
-
Steve Müller authored
-
- 31 Jan, 2015 1 commit
-
-
Roman Akhmadullin authored
-
- 27 Jan, 2015 2 commits
- 26 Jan, 2015 1 commit
-
-
andig authored
-
- 23 Jan, 2015 1 commit
-
-
Marco Pivetta authored
-
- 13 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 04 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 03 Jan, 2015 7 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))"}``
-
Steve Müller authored
-
Steve Müller authored
-
Daniel Chesterton authored
-
Daniel Chesterton authored
-
Daniel Chesterton authored
-
Daniel Chesterton authored
-
- 31 Dec, 2014 1 commit
-
-
Steve Müller authored
-
- 28 Dec, 2014 1 commit
-
-
Steve Müller authored
-
- 26 Dec, 2014 1 commit
-
-
Steve Müller authored
-
- 24 Dec, 2014 3 commits
-
-
Bill Schaller authored
-
Bill Schaller authored
-
Bill Schaller authored
Simplified doModifyLimitQuery per @deeky666 comments, added test case for orderby with parenthetical expression
-
- 21 Dec, 2014 1 commit
-
-
Claudio Zizza authored
-
- 19 Dec, 2014 1 commit
-
-
Bill Schaller authored
-
- 18 Dec, 2014 1 commit
-
-
Markus Fasselt authored
-
- 16 Dec, 2014 1 commit
-
-
Jeroen Thora authored
-