- 28 Aug, 2019 1 commit
-
-
Sergei Morozov authored
-
- 26 Aug, 2019 1 commit
-
-
Bas Peeters authored
-
- 03 Aug, 2019 1 commit
-
-
Sergei Morozov authored
The failures are caused by the changes in PHP according to https://wiki.php.net/rfc/notice-for-non-valid-array-container.
-
- 30 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 28 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 23 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 16 May, 2019 1 commit
-
-
Sergei Morozov authored
1. Got rid of hard-coded exception mocks in favor of PHPUnit-generated ones where possible. 2. Reworked AbstractDriverTest::testConvertsException() to use a data provider to make testing all types of exceptions independent. 3. Updated PHPUnit since the reworked code relies on sebastianbergmann/phpunit#3604.
-
- 03 Feb, 2019 1 commit
-
-
Sergei Morozov 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
-