1. 01 Feb, 2017 1 commit
    • Pau's avatar
      Mysqli: Allow secure connections using SSL · 78e58376
      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
      78e58376
  2. 09 Sep, 2016 7 commits
  3. 08 Sep, 2016 1 commit
  4. 02 Sep, 2016 1 commit
  5. 25 Aug, 2016 1 commit
  6. 15 Jul, 2016 3 commits
  7. 12 Jul, 2016 1 commit
  8. 11 Jul, 2016 1 commit
  9. 09 Jul, 2016 1 commit
  10. 07 Jul, 2016 1 commit
  11. 03 Jul, 2016 1 commit
  12. 29 Jun, 2016 1 commit
  13. 24 Jun, 2016 1 commit
  14. 23 Jun, 2016 1 commit
  15. 25 May, 2016 1 commit
  16. 12 May, 2016 2 commits
  17. 10 May, 2016 1 commit
  18. 03 Apr, 2016 1 commit
  19. 15 Feb, 2016 1 commit
    • Richard Quadling's avatar
      Multiple dialects require a --list per dialect · 93289e32
      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
      ```
      93289e32
  20. 25 Jan, 2016 3 commits
  21. 22 Jan, 2016 3 commits
  22. 21 Jan, 2016 1 commit
  23. 11 Jan, 2016 3 commits
  24. 10 Jan, 2016 2 commits