- 12 Jan, 2016 1 commit
-
-
Bill Schaller authored
Add test to ensure renamed or removed columns that reference removed tables have their FK constraints properly removed.
-
- 10 Jan, 2016 16 commits
-
-
Steve Müller authored
Identify retryable transaction errors
-
Steve Müller authored
Added support for inline comments for SQLite fixes #1118
-
Steve Müller authored
-
Steve Müller authored
cover in test suite that platform throws exception on generating inline column comment SQL if unsupported
-
Steve Müller authored
-
Steve Müller authored
Call detectDatabasePlatform only once fixes #1068
-
Steve Müller authored
-
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 2 commits
-
-
Marco Pivetta authored
Allow PHP7 failure on Travis again
-
Steve Müller authored
-