- 21 Jul, 2017 1 commit
-
-
SpacePossum authored
-
- 13 Jun, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 06 Jun, 2017 3 commits
-
-
Javier Spagnoletti authored
-
Javier Spagnoletti authored
-
Javier Spagnoletti authored
-
- 24 May, 2017 1 commit
-
-
Sergei Morozov authored
1. Reworked the parser syntax to use proper Oracle escaping syntax as '' instead of \'. 2. Moved valid tests to the Functional section to ensure correct SQL syntax and logic.
-
- 22 May, 2017 1 commit
-
-
Christian Kuhn authored
Single drivers get and return various types in quote(), the interface docs should reflect that.
-
- 17 May, 2017 1 commit
-
-
Sergei Morozov authored
-
- 16 May, 2017 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 29 Apr, 2017 1 commit
-
-
Piotr Różański authored
-
- 10 Mar, 2017 1 commit
-
-
Steve Müller authored
-
- 09 Mar, 2017 1 commit
-
-
Felix Sokoliuk authored
-
- 21 Feb, 2017 1 commit
-
-
Vytautas Stankus authored
-
- 09 Feb, 2017 1 commit
-
-
Steve Müller authored
-
- 08 Feb, 2017 1 commit
-
-
Sergei Morozov authored
-
- 07 Feb, 2017 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 06 Feb, 2017 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 02 Feb, 2017 3 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
-
- 01 Feb, 2017 1 commit
-
-
Pau authored
The current driver has no option to allow the usage of SSL connections on mysql. I've used the same name params as mysql client. An example of mysql client usage would be: mysql --ssl-ca='path_to_ca.pem' --ssl-cert='path_to_client_cert.pem' --ssl-key='path_to_client_key.pem' refactor secure connection as params remove space add space refactor secure connection rename method rename method docs: add ssl params to use in mysqli driver rename test method refactor method setSecureConnection fix bug add comment to method remove string escaping
-
- 25 Jan, 2017 4 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 17 Jan, 2017 1 commit
-
-
Steve Müller authored
-
- 02 Nov, 2016 1 commit
-
-
Christoph Tietz authored
Replacing spaces in the pgsql dsn string with semicolons as this is more consistent with the other drivers and makes the PDOPgSQL driver work in hhvm 3.15.2 as well.
-
- 08 Sep, 2016 1 commit
-
-
Patrick Louys authored
-
- 02 Sep, 2016 1 commit
-
-
Sergei Morozov authored
-
- 07 Jul, 2016 1 commit
-
-
Steve Müller authored
Closes #2261 Closes #2262 Closes #2386
-
- 29 Jun, 2016 1 commit
-
-
Andreas Pohl authored
I am also of the opinion that the resource type checks are unhappy. We depend on driver internals.
-
- 23 Jun, 2016 1 commit
-
-
Morris Jobke authored
When following error message is shown, then it will get converted to the correct Exception classs of NotNullConstraintViolationException: PDOException: SQLSTATE[HY000]: General error: 1364 Field '...' doesn't have a default value
-
- 21 Jun, 2016 1 commit
-
-
Andreas Pohl authored
* removed "charset" patch * implemeted resource_type compare with in_array instead of regex * implemented functional tests for connection and statement.
-
- 20 Jun, 2016 1 commit
-
-
Andreas Pohl authored
Revert "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" This reverts commit 0698cba6.
-
- 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'
-