- 20 Jul, 2017 1 commit
-
-
Luís Cobucci authored
-
- 29 Jun, 2017 2 commits
- 11 May, 2017 1 commit
-
-
Marius Meissner authored
-
- 23 Mar, 2017 1 commit
-
-
Marius Meißner authored
-
- 11 Mar, 2017 2 commits
-
-
Dustin Wheeler authored
-
Dustin Wheeler authored
-
- 10 Mar, 2017 1 commit
-
-
Dustin Wheeler authored
-
- 07 Feb, 2017 1 commit
-
-
Steve Müller authored
-
- 06 Feb, 2017 1 commit
-
-
Steve Müller authored
-
- 24 Jan, 2017 1 commit
-
-
Steve Müller authored
-
- 21 Jan, 2017 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 18 Jan, 2017 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 22 Sep, 2016 1 commit
-
-
Marius Meißner authored
-
- 09 Sep, 2016 1 commit
-
-
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
-
- 18 Jun, 2016 1 commit
-
-
Marco Pivetta authored
-
- 05 Jan, 2016 1 commit
-
-
Steve Müller authored
fixes #1339 closes #921
-
- 11 Dec, 2015 2 commits
-
-
Thomas Müller authored
Use shorter table names - Oracle allows max 30 characters - http://docs.oracle.com/cd/B19306_01/server.102/b14200/sql_elements008.htm#sthref723
-
Thomas Müller authored
-
- 07 Dec, 2015 1 commit
-
-
Martin Hasoň authored
-
- 17 Oct, 2015 2 commits
-
-
Tobias Schultze authored
-
Tobias Schultze authored
-
- 31 Aug, 2015 1 commit
-
-
Valentinas Bartusevičius authored
-
- 23 Aug, 2015 1 commit
-
-
Possum 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
-
- 01 May, 2015 1 commit
-
-
Steve Müller authored
-
- 08 Apr, 2015 1 commit
-
-
Bill Schaller authored
Can't use short array in php < 5.4
-
- 02 Apr, 2015 1 commit
-
-
Bill Schaller authored
-
- 23 Feb, 2015 1 commit
-
-
Bill Schaller authored
-
- 18 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 03 Jan, 2015 6 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
-
- 31 Dec, 2014 1 commit
-
-
Steve Müller authored
-
- 28 Dec, 2014 1 commit
-
-
Steve Müller authored
-