- 03 Jan, 2015 16 commits
-
-
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
Type json_array is not consistent with NULL values
-
Steve Müller authored
[DBAL-1082] Fix SchemaTool does not generate SQL for MySQL unsigned float Close #749
-
Steve Müller authored
-
Steve Müller authored
-
Daniel Chesterton authored
-
Daniel Chesterton authored
-
Daniel Chesterton authored
-
Daniel Chesterton authored
-
Daniel Chesterton authored
-
Marco Pivetta authored
[DBAL-1063] Allow defining duplicate indexes on a table
-
Steve Müller authored
-
Steve Müller authored
PostgreSQL needs explicitly closed connection in functional test
-
Shane Archer authored
-
- 02 Jan, 2015 2 commits
-
-
Marco Pivetta authored
Fixed typo
-
Benjamin Morel authored
-
- 01 Jan, 2015 1 commit
-
-
Marco Pivetta authored
[DBAL-1097] Fix foreign key constraint referential action on Oracle
-
- 31 Dec, 2014 4 commits
-
-
Steve Müller authored
[DBAL-1087] Length of fixed string type (char) is ignored on Postgre schema update Close #751
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
Fix error handling in mysqli driver
-
- 29 Dec, 2014 1 commit
-
-
Nicolas Grekas authored
-
- 28 Dec, 2014 2 commits
-
-
Marco Pivetta authored
[DBAL-1095] Fix index introspection on SQL Anywhere
-
Steve Müller authored
-
- 27 Dec, 2014 2 commits
-
-
Marco Pivetta authored
Fix creating and dropping database on PostgreSQL
-
Marco Pivetta authored
Cleanup travis database creation
-
- 26 Dec, 2014 5 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Marco Pivetta authored
[DBAL-1062] Fix renaming indexes used by foreign key constraints
-
Steve Müller authored
-
Steve Müller authored
[DBAL-1090] Changing string to fixed string is not recognized in PostgreSQL Platform
-
- 25 Dec, 2014 1 commit
-
-
Claudio Zizza authored
-
- 24 Dec, 2014 6 commits
-
-
Steve Müller authored
Take care about mariadb platform
-
Steve Müller authored
Added doModifyLimitQuery for SQLServer2012Platform that uses OFFSET... FETCH
-
Bill Schaller authored
-
Bill Schaller authored
-
Bill Schaller authored
Simplified doModifyLimitQuery per @deeky666 comments, added test case for orderby with parenthetical expression
-
Steve Müller authored
minor phpdoc fixes in the schema files
-