- 19 Nov, 2017 1 commit
-
-
Nathan Tolbert authored
-
- 22 Jul, 2017 1 commit
-
-
Marco Pivetta 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.
-
- 16 May, 2017 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 02 May, 2017 1 commit
-
-
Marco Pivetta authored
#2704 - Removed hacky handling of error handler restore operations - restoring twice in the test instead
-
- 29 Apr, 2017 1 commit
-
-
Piotr Różański authored
-
- 10 Mar, 2017 1 commit
-
-
Steve Müller 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
-
- 30 Jun, 2016 1 commit
-
-
Steve Müller authored
-
- 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 Jan, 2016 1 commit
-
-
Bob van de Vijver authored
-
- 05 Jan, 2016 1 commit
-
-
Steve Müller authored
fix usage of PDO::PGSQL_ATTR_DISABLE_PREPARES for pdo_pgsql extension setups not built from PHP core fixes #2249
-
- 17 Oct, 2015 1 commit
-
-
Tobias Schultze authored
-
- 22 Sep, 2015 1 commit
-
-
Tobias Schultze authored
-
- 06 Sep, 2015 1 commit
-
-
Tobias Schultze authored
-
- 03 Aug, 2015 1 commit
-
-
Matteo Beccati authored
Features and changes: * jsonb can be used with: options={"jsonb"=true} * OVER is no longer reserved * LATERAL is now reserved
-
- 18 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 11 Jan, 2015 1 commit
-
-
Rob Bayliss authored
-
- 15 Dec, 2014 1 commit
-
-
Nicolas Le Goff authored
-
- 07 Nov, 2014 7 commits
-
-
-
Marco Pivetta authored
#714 - ignoring PDOExceptions on PDO#getAttribute(PDO::PGSQL_ATTR_DISABLE_PREPARES) as per https://bugs.php.net/bug.php?id=68351
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
#714 - Adding a test verifying that attribute `PDO::PGSQL_ATTR_DISABLE_PREPARES` is set when using pgsql on PHP 5.6+
-
- 09 May, 2014 1 commit
-
-
Marco Pivetta authored
-
- 23 Feb, 2014 1 commit
-
-
Filip Procházka authored
-
- 13 Feb, 2014 1 commit
-
-
Steve Müller authored
-
- 12 Feb, 2014 3 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
- 28 Apr, 2012 1 commit
-
-
Danny Berger authored
-
- 19 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 25 Oct, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 30 Aug, 2011 1 commit
-
-
Joe Heth authored
Patch for OCI8Statement to support param[0] being null. Switched isset to array_key_exists. Added test that demonstrates the bug and confirms the fix.
-