- 19 Feb, 2016 1 commit
-
-
Steve Müller authored
Multiple dialects require a --list per dialect
-
- 15 Feb, 2016 1 commit
-
-
Richard Quadling authored
Without using ``--list|-l`` you get a too many arguments error. As an example ... ``` [ 15/02/2016 17:45:32 ] [ C:\wamp\www ] >vendor\bin\doctrine-dbal d:re mysql57 mysql [Symfony\Component\Console\Exception\RuntimeException] Too many arguments. dbal:reserved-words [-l|--list [LIST]] [ 15/02/2016 17:47:39 ] [ C:\wamp\www ] >vendor\bin\doctrine-dbal d:re -l mysql57 mysql [Symfony\Component\Console\Exception\RuntimeException] Too many arguments. dbal:reserved-words [-l|--list [LIST]] [ 15/02/2016 17:47:48 ] [ C:\wamp\www ] >vendor\bin\doctrine-dbal d:re -l mysql57 -l mysql Checking keyword violations for mysql57, mysql... There are 5 reserved keyword violations in your database schema: - Table affiliates column key keyword violations: MySQL57, MySQL - Table epos_landing_pages column key keyword violations: MySQL57, MySQL - Table purchase_notifications column trigger keyword violations: MySQL57, MySQL - Table xpermissions column add keyword violations: MySQL57, MySQL - Table xpermissions column delete keyword violations: MySQL57, MySQL ```
-
- 23 Jan, 2016 1 commit
-
-
Steve Müller authored
[DB2] Move row number to the end of the field list in query limit/offset modification
-
- 22 Jan, 2016 7 commits
-
-
Steve Müller authored
[Oracle] Add support for Easy Connect string as connection parameter
-
James Titcumb authored
-
James Titcumb authored
Conflicts: lib/Doctrine/DBAL/Platforms/DB2iSeriesPlatform.php
-
Bob van de Vijver authored
-
Bob van de Vijver authored
-
Marco Pivetta authored
Fix unnecessary check in DecimalType
-
-
- 21 Jan, 2016 1 commit
-
-
Bob van de Vijver authored
-
- 15 Jan, 2016 1 commit
-
-
Steve Müller authored
Added parameter "default_dbname" to pdo_pgsql driver which can be use…
-
- 12 Jan, 2016 6 commits
-
-
Kim Hemsø Rasmussen authored
-
Bill Schaller authored
Quote reserved keywords in TRUNCATE TABLE SQL
-
Bill Schaller authored
Preserve quotation of old column name in ColumnDiff
-
Steve Müller authored
Add test for schemadiff on table with renamed fk column referencing renamed table
-
Steve Müller authored
Fixed some broken links in the documentation
-
Bill Schaller authored
Add test to ensure renamed or removed columns that reference removed tables have their FK constraints properly removed.
-
- 11 Jan, 2016 5 commits
-
-
Jean Carlo Machado authored
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
Added parameter "default_dbname" to pdo_pgsql driver which can be used to override the default database
-
- 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 1 commit
-
-
Steve Müller authored
Check for foreign table name on removed tables foreign key fixes #1185
-