- 02 Feb, 2017 4 commits
-
-
Sergei Morozov authored
[DBAL-2546] Fixed the failure of `Functional\StatementTest::testReuseStatementWithParameterBoundByReference()` on ibm_db2
-
Sergei Morozov authored
The test is partially skipped due to: 1. Fetching blob as binary string from pdo_sqlsrv requires using `PDOStatement::bindColumn()` and `PDOStatement::fetch(PDO::FETCH_BIND)` which are not supported by the DBAL. 2. Setting encoding on the connection level is not supported: https://msdn.microsoft.com/en-us/library/ff628164(v=sql.105).aspx
-
Sergei Morozov authored
[DBAL-2546] Fixed the failure of `Functional\StatementTest::testIncompletelyFetchedStatementDoesNotBlockConnection()` on pdo_mysql + libmysql The test case being fixed should reset shared connection during teardown as one if its methods modifies connection attributes.
-
Sergei Morozov authored
-
- 25 Jan, 2017 7 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 23 Jan, 2017 3 commits
-
-
Marco Pivetta authored
[DBAL-2508] Pass through index options when renaming index on table
-
Marco Pivetta authored
[DBAL-2555] Fix date and datetimetz type mapping on Oracle
-
Steve Müller authored
-
- 22 Jan, 2017 1 commit
-
-
Steve Müller authored
-
- 21 Jan, 2017 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 20 Jan, 2017 1 commit
-
-
Steve Müller authored
-
- 19 Jan, 2017 2 commits
-
-
Marco Pivetta authored
[DBAL-2511] Fix type list extraction in connection update method
-
Marco Pivetta authored
[DBAL-2586] Fix current date and time SQL generation on SQL Server
-
- 18 Jan, 2017 5 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Marco Pivetta authored
[DBAL-2595] Remove fragile test that cannot be abstracted across PostgreSQL versions
-
Steve Müller authored
-
Marco Pivetta authored
[DBAL-2595] Fix retrieving last insert ID for FQN sequence name with OCI8
-
- 17 Jan, 2017 4 commits
-
-
Steve Müller authored
-
Marco Pivetta authored
[DBAL-2594] Mark commented types implicitly
-
Steve Müller authored
-
Bill Schaller authored
Hotfix 2313 infinite loop
-
- 16 Jan, 2017 3 commits
-
-
Steve Müller authored
IBM_DB2 platform doesn't handle offset without limit
-
Sergei Morozov authored
-
Steve Müller authored
Oracle platform ignores OFFSET in case if LIMIT is not specified
-
- 15 Jan, 2017 4 commits
-
-
Marco Pivetta authored
URL-decode URL-style DSN
-
Marco Pivetta authored
add postgresql: "9.6"
-
Christian Schmidt authored
-
Christian Schmidt authored
-
- 14 Jan, 2017 4 commits
-
-
Walt Sorensen authored
-
Sergei Morozov authored
-
Steve Müller authored
Fix parameter list expansion inside PostgreSQL arrays
-
Steve Müller authored
Fixed ORA-01427 when listing columns
-