- 10 Jan, 2016 1 commit
-
-
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
-
- 31 Dec, 2015 2 commits
-
-
Marco Pivetta authored
Minor edit to fix formatting glitches
-
Jonathan Pasquier authored
The first paragraph of section 6.1 has some minor formatting errors (see http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/transactions.html#transaction-nesting) Removing a couple of spaces fixes the problem.
-
- 18 Dec, 2015 2 commits
-
-
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.
-
- 15 Dec, 2015 4 commits
-
-
Steve Müller authored
Rebuild SQLServerPlatform::doModifyLimitQuery again to use a CTE
-
Bill Schaller authored
-
Bill Schaller authored
-
Bill Schaller authored
-