- 08 Sep, 2016 2 commits
-
-
Patrick Louys authored
-
Patrick Louys authored
-
- 25 Aug, 2016 2 commits
-
-
Marco Pivetta authored
Allow usage of symfony/console ^3.0 in dev dependencies
-
Stephan de Souza authored
Some packages are using symfony/console 3.0 and newer as requirement, and doctrine/dbal works well with this contstrain.
-
- 15 Jul, 2016 13 commits
-
-
Marco Pivetta authored
Close #2292
-
Steve Müller authored
fixes #2291
-
Marco Pivetta authored
Close #2286
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Marco Pivetta authored
Close #2442 Close #2436
-
Steve Müller authored
Closes #2436
-
Steve Müller authored
-
Christopher Davis authored
-
Christopher Davis authored
-
Christopher Davis authored
-
Christopher Davis authored
So they get passed to the SQLLogger on `Statement::execute`.
-
- 11 Jul, 2016 2 commits
-
-
Marco Pivetta authored
Close #2428
-
stchr authored
-
- 07 Jul, 2016 2 commits
-
-
Marco Pivetta authored
Close #2434 Close #2261 Close #2262 Close #2386
-
Steve Müller authored
Closes #2261 Closes #2262 Closes #2386
-
- 23 Jan, 2016 2 commits
-
-
James Titcumb authored
-
James Titcumb authored
Conflicts: lib/Doctrine/DBAL/Platforms/DB2iSeriesPlatform.php
-
- 12 Jan, 2016 2 commits
-
-
Steve Müller authored
fixes #2270
-
Steve Müller authored
fixes #1206
-
- 10 Jan, 2016 2 commits
- 09 Jan, 2016 9 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Martin Poirier Théorêt authored
According to the comment // deleting duplicated foreign keys present on both on the orphanedForeignKey // and the removedForeignKeys from changedTables A check must be had on the $removedForeignKey so it does point on the removed table. Currently it does unset all keys removal even the one pointing on other table.
-
Steve Müller authored
-
Steve Müller authored
-
Martin Poirier Théorêt authored
On the MySQLPlatform::getDropForeignKeySQL table name will not be escaped if the name is passed instead of the object table itself. Since the getLocalTableName use the localTable property the object is always available, there is no reason not to use it.
-
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
-
- 08 Jan, 2016 3 commits
-
-
Steve Müller authored
also refactors URL path evaluation into smaller methods fixes #1106
-
Erik Weatherwax authored
-
Erik Weatherwax authored
When creating sqlite connections from a url with DriverManager, pass the 'path' key the driver expects instead of the 'dbname' key other drivers expect.
-
- 07 Jan, 2016 1 commit
-
-
Kim Hemsø Rasmussen authored
-