- 10 Jan, 2016 9 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Jan Rosier authored
-
Steve Müller authored
"Breaking" a test temporarily to show that it's not doing what is expect...
-
Steve Müller authored
-
Steve Müller authored
Add application_name to PostgreSQL driver fixes #1089
-
Steve Müller authored
-
Davi Koscianski Vidal authored
PostgreSQL allows the user to set the application_name is connecting to database. It is useful for monitoring purposes. Currently one could just manually add 'application_name=foo' to DSN, but having a parameter eases setting it using DoctrineBundle.
-
Steve Müller authored
Fixed incorrect handling of single quotes in SQL-Strings
-
- 09 Jan, 2016 13 commits
-
-
Steve Müller authored
Check for foreign table name on removed tables foreign key fixes #1185
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
Quote table and constraint names in drop foreign key / drop constraint SQL fixes #1186
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
Fixing the command when option is CURRENT_SCHEMA
-
Steve Müller authored
-
Steve Müller authored
-
Thiago Ornellas authored
The schema's name in the alter session command must not be quoted https://docs.oracle.com/cd/B28359_01/server.111/b28310/general009.htm fixes #1352
-
Marco Pivetta authored
Allow PHP7 + pdo_pgsql failures on Travis again
-
Steve Müller authored
SqlConsoleCommand: Showing results of queries containing RETURNING
-
Steve Müller authored
-
- 08 Jan, 2016 2 commits
-
-
Steve Müller authored
Pass "path" to pdo-sqlite drivers from DriverManager instead of "dbname"
-
Steve Müller authored
also refactors URL path evaluation into smaller methods fixes #1106
-
- 07 Jan, 2016 6 commits
-
-
Steve Müller authored
-
Steve Müller authored
Stop using template1 as default database for postgres drivers
-
Marco Pivetta authored
Fix test case on Oracle
-
Steve Müller authored
Fix failing unit test on oracle - second try
-
Thomas Müller authored
-
Kim Hemsø Rasmussen authored
-
- 06 Jan, 2016 3 commits
-
-
Marco Pivetta authored
Allow PHP7 failure on Travis again
-
Steve Müller authored
-
Steve Müller authored
fixes #2252
-
- 05 Jan, 2016 7 commits
-
-
Steve Müller authored
Removing 2.4.x from readme
-
Marco Pivetta authored
-
Marco Pivetta authored
Fix usage of PDO::PGSQL_ATTR_DISABLE_PREPARES for edge case pdo_pgsql setups
-
Steve Müller authored
fix usage of PDO::PGSQL_ATTR_DISABLE_PREPARES for pdo_pgsql extension setups not built from PHP core fixes #2249
-
Bill Schaller authored
[DBAL-1779] Fix string column type declarations with whitespace on SQLite wheee
-
Steve Müller authored
fixes #1339 closes #921
-
Steve Müller authored
Fix SchemaManagerFunctionalTestCase::testDropsDatabaseWithActiveConnections() on Oracle
-