- 30 Apr, 2015 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 29 Apr, 2015 1 commit
-
-
Paul dG authored
Fixes #402 (https://github.com/doctrine/DoctrineBundle/issues/402) by connecting by default to 'template1' instead of the database with the same name as the user (Postgre default in case of no dbname).
-
- 09 Apr, 2015 1 commit
-
-
Sebastian authored
These events don't exist.
-
- 02 Apr, 2015 5 commits
-
-
Bill Schaller authored
-
Bill Schaller authored
-
rocksfrow authored
-
rocksfrow authored
-
rocksfrow authored
-
- 31 Mar, 2015 2 commits
-
-
Bill Schaller authored
-
Bill Schaller authored
-
- 27 Mar, 2015 1 commit
-
-
rocksfrow authored
-
- 26 Mar, 2015 1 commit
-
-
Darien Hager authored
-
- 11 Mar, 2015 5 commits
-
-
Wilt authored
Fixed inconsistent use of getSQLDeclaration method
-
Wilt authored
Fixed inconsistent use of getSQLDeclaration method
-
Wilt authored
Fixed inconsistent use of getSQLDeclaration method
-
Wilt authored
Fixed inconsistent use of getSQLDeclaration method
-
Wilt authored
Fixed inconsistent use of getSqlDeclaration method name
-
- 04 Mar, 2015 1 commit
-
-
Jan Rosier authored
-
- 10 Feb, 2015 1 commit
-
-
Steve Müller authored
-
- 31 Jan, 2015 1 commit
-
-
Roman Akhmadullin authored
-
- 30 Jan, 2015 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 29 Jan, 2015 4 commits
- 27 Jan, 2015 2 commits
- 26 Jan, 2015 1 commit
-
-
andig authored
-
- 23 Jan, 2015 1 commit
-
-
Marco Pivetta authored
-
- 18 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 13 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 11 Jan, 2015 1 commit
-
-
Rob Bayliss authored
-
- 08 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 04 Jan, 2015 3 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
- 03 Jan, 2015 2 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
-