1. 23 Jun, 2016 1 commit
  2. 19 Jun, 2016 1 commit
  3. 15 Jun, 2016 1 commit
  4. 03 Jun, 2016 3 commits
  5. 26 May, 2016 4 commits
  6. 25 May, 2016 1 commit
  7. 12 May, 2016 3 commits
  8. 10 May, 2016 1 commit
  9. 09 May, 2016 1 commit
  10. 05 May, 2016 1 commit
  11. 15 Apr, 2016 1 commit
  12. 03 Apr, 2016 2 commits
  13. 15 Mar, 2016 1 commit
  14. 19 Feb, 2016 1 commit
  15. 18 Feb, 2016 2 commits
  16. 15 Feb, 2016 2 commits
    • Claudio Zizza's avatar
      Add description for OnSchemaAlterTableAddColumn,... · afe281f2
      Claudio Zizza authored
      Add description for OnSchemaAlterTableAddColumn, OnSchemaAlterTableRemoveColumn, OnSchemaAlterTableChangeColumn, OnSchemaAlterTableRenameColumn events
      afe281f2
    • 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
  17. 10 Feb, 2016 1 commit
  18. 09 Feb, 2016 1 commit
  19. 25 Jan, 2016 3 commits
  20. 23 Jan, 2016 1 commit
  21. 22 Jan, 2016 7 commits
  22. 21 Jan, 2016 1 commit