- 10 Feb, 2015 4 commits
- 30 Jan, 2015 13 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
jarekj authored
-
jarekj authored
-
jarekj authored
fixed typo
-
jarekj authored
-
jarekj authored
-
jarekj authored
-
jarekj authored
-
jarekj authored
getSQLForJoins - infinite recursion if join alias is not unique
-
- 28 Jan, 2015 2 commits
-
-
Marco Pivetta authored
-
Steve Müller authored
-
- 24 Jan, 2015 3 commits
-
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
- 18 Jan, 2015 2 commits
-
-
Marco Pivetta authored
Close #777
-
Steve Müller authored
-
- 12 Jan, 2015 4 commits
-
-
Marco Pivetta authored
Merge branch 'hotfix/#736-DBAL-1058-fix-database-and-namespace-introspection-for-sql-server-backport-to-2.5' into 2.5 Close #736
-
Steve Müller authored
-
Markus Fasselt authored
-
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 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))"}``
-
Terje Bråten authored
-
Terje Bråten authored
-
Marco Pivetta authored
-
Steve Müller authored
-