- 25 Nov, 2018 1 commit
-
-
Guilherme Blanco authored
-
- 28 Sep, 2018 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 25 Sep, 2018 1 commit
-
-
Sergei Morozov authored
Refactored the logic of connection string generation
-
- 17 Jun, 2018 1 commit
-
-
Gabriel Caruso authored
-
- 15 May, 2018 1 commit
-
-
Michele Locati authored
-
- 28 Apr, 2018 1 commit
-
-
Sergei Morozov authored
Fixes https://github.com/doctrine/dbal/issues/3114
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 16 Mar, 2018 2 commits
-
-
Sergei Morozov authored
-
photodude authored
-
- 26 Dec, 2017 1 commit
-
-
Simon Podlipsky authored
-
- 19 Nov, 2017 8 commits
-
-
Luís Cobucci authored
As per @belgattitude's review.
-
Luís Cobucci authored
Since the test is skipped when the driver is not an instance of `VersionAwarePlatformDriver` we don't need to validate it again. The message was a bit confusing as well (expected vs given).
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
belgattitude authored
-
Nathan Tolbert authored
-
- 15 Sep, 2017 1 commit
-
-
Ian Jenkins authored
-
- 09 Sep, 2017 1 commit
-
-
Luís Cobucci 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
-