- 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
-
- 09 Sep, 2016 7 commits
-
-
Jörn Friedrich Dreyer authored
-
Steve Müller authored
fixes #2302
-
Marco Pivetta authored
-
Steve Müller authored
-
Steve Müller authored
- includes extended default driver connection parameter handling - minor refactoring fixes #1183
-
Steve Müller authored
- fixes platform's COMMENT ON statement support - implements reverse engineering for column comments - marks boolean column type commented for distinction fixes #2182
-
Sergei Morozov authored
-
- 08 Sep, 2016 1 commit
-
-
Patrick Louys authored
-
- 02 Sep, 2016 1 commit
-
-
Sergei Morozov authored
-
- 25 Aug, 2016 1 commit
-
-
Grégoire Paris authored
-
- 15 Jul, 2016 3 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
Closes #2436
-
- 12 Jul, 2016 1 commit
-
-
Christopher Davis authored
-
- 11 Jul, 2016 1 commit
-
-
stchr authored
-
- 09 Jul, 2016 1 commit
-
-
Christopher Davis authored
So they get passed to the SQLLogger on `Statement::execute`.
-
- 07 Jul, 2016 1 commit
-
-
Steve Müller authored
Closes #2261 Closes #2262 Closes #2386
-
- 03 Jul, 2016 1 commit
-
-
Matthieu Napoli authored
Improve return type's phpdoc because it wasn't clear from the phpdoc or the online documentation what would happen if no row was found.
-
- 29 Jun, 2016 1 commit
-
-
Kim Hemsø Rasmussen authored
-
- 24 Jun, 2016 1 commit
-
-
Isaac Brown 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
-
- 25 May, 2016 1 commit
-
-
Mickael GOETZ authored
- have forgot -> have forgotten - larger or equal to 0 -> larger than or equal to 0
-
- 12 May, 2016 2 commits
-
-
Filip Procházka authored
-
Filip Procházka authored
-
- 10 May, 2016 1 commit
-
-
Maximilian Ruta authored
-
- 03 Apr, 2016 1 commit
-
-
Steve Clay authored
This allows a subclass to be used fluently without confusing static analysis tools.
-
- 15 Feb, 2016 1 commit
-
-
Richard Quadling authored
Without using ``--list|-l`` you get a too many arguments error. As an example ... ``` [ 15/02/2016 17:45:32 ] [ C:\wamp\www ] >vendor\bin\doctrine-dbal d:re mysql57 mysql [Symfony\Component\Console\Exception\RuntimeException] Too many arguments. dbal:reserved-words [-l|--list [LIST]] [ 15/02/2016 17:47:39 ] [ C:\wamp\www ] >vendor\bin\doctrine-dbal d:re -l mysql57 mysql [Symfony\Component\Console\Exception\RuntimeException] Too many arguments. dbal:reserved-words [-l|--list [LIST]] [ 15/02/2016 17:47:48 ] [ C:\wamp\www ] >vendor\bin\doctrine-dbal d:re -l mysql57 -l mysql Checking keyword violations for mysql57, mysql... There are 5 reserved keyword violations in your database schema: - Table affiliates column key keyword violations: MySQL57, MySQL - Table epos_landing_pages column key keyword violations: MySQL57, MySQL - Table purchase_notifications column trigger keyword violations: MySQL57, MySQL - Table xpermissions column add keyword violations: MySQL57, MySQL - Table xpermissions column delete keyword violations: MySQL57, MySQL ```
-
- 25 Jan, 2016 3 commits
-
-
Baptiste Clavié authored
-
Baptiste Clavié authored
-
Baptiste Clavié authored
-
- 22 Jan, 2016 3 commits
-
-
James Titcumb authored
Conflicts: lib/Doctrine/DBAL/Platforms/DB2iSeriesPlatform.php
-
Bob van de Vijver authored
-
-
- 21 Jan, 2016 1 commit
-
-
Bob van de Vijver authored
-
- 11 Jan, 2016 3 commits
-
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
Added parameter "default_dbname" to pdo_pgsql driver which can be used to override the default database
-
Steve Müller authored
fixes #2291
-
- 10 Jan, 2016 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
cover in test suite that platform throws exception on generating inline column comment SQL if unsupported
-