- 01 Jun, 2016 2 commits
-
-
Andreas Pohl authored
build a correct connection string for mirrored databases, too. In this case "host=ip1:port,ip2:port" servername and dbname are optional but can also be used without host parameter
-
Andreas Pohl authored
if $persistent=false, resource_type == 'SQLAnywhere connection'
-
- 26 May, 2016 4 commits
-
-
Steve Müller authored
Add more information for failed queries in tests
-
Steve Müller authored
Fluent methods in QueryBuilder are now documented as returning `$this`
-
Steve Müller authored
Catch Throwable in Connection::transactional()
-
Steve Müller authored
fix grammar in DBALException messages
-
- 25 May, 2016 1 commit
-
-
Mickael GOETZ authored
- have forgot -> have forgotten - larger or equal to 0 -> larger than or equal to 0
-
- 12 May, 2016 3 commits
-
-
Filip Procházka authored
-
Filip Procházka authored
-
Filip Procházka authored
-
- 10 May, 2016 1 commit
-
-
Maximilian Ruta authored
-
- 09 May, 2016 1 commit
-
-
Marco Pivetta authored
Remove arbitrary line number from github link
-
- 05 May, 2016 1 commit
-
-
Jacob Henke authored
-
- 15 Apr, 2016 1 commit
-
-
Maximilian Ruta authored
+ Change formating of code
-
- 03 Apr, 2016 2 commits
-
-
Marco Pivetta authored
Fluent methods in QueryBuilder are now documented as returning `self`
-
Steve Clay authored
This allows a subclass to be used fluently without confusing static analysis tools.
-
- 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 1 commit
-
-
Steve Müller authored
Identify retryable transaction errors
-