1. 11 Jul, 2018 1 commit
  2. 03 Jul, 2018 1 commit
  3. 19 Jun, 2018 2 commits
  4. 21 May, 2018 1 commit
  5. 12 May, 2018 1 commit
    • Sergei Morozov's avatar
      DB2 on Travis · e2e0de25
      Sergei Morozov authored
      1. Use the actual dsdriver distribution
      2. Introduced `AbstractPlatform::getCharMaxLength()` since `CHAR` and `VARCHAR` limitations are different on DB2.
      e2e0de25
  6. 29 Apr, 2018 1 commit
  7. 01 Apr, 2018 1 commit
  8. 17 Feb, 2018 1 commit
  9. 15 Feb, 2018 1 commit
  10. 09 Feb, 2018 3 commits
  11. 29 Jan, 2018 4 commits
  12. 04 Jan, 2018 1 commit
  13. 03 Jan, 2018 1 commit
  14. 01 Jan, 2018 2 commits
    • Adrien Crivelli's avatar
    • Adrien Crivelli's avatar
      Automatic escaping of default values · bd465f71
      Adrien Crivelli authored
      It is now possible to use `\` in non-escaped default values for a column,
      and it will be automatically escaped for platforms that need it.
      
      Previously this lead to a confusion when diffing actual and expected
      schema leading to perpetual out of sync schema.
      
      Before:
      
      ```php
      /**
       * @ORM\Column(options={"default" = "Foo\\Bar"}))
       */
      private $name;
      
      ```
      
      After:
      
      ```php
      /**
       * @ORM\Column(options={"default" = "Foo\Bar"}))
       */
      private $name;
      
      ```
      
      And the result in database will be a default value exactly as written in
      the annotation, that is `Foo\Bar`.
      bd465f71
  15. 26 Dec, 2017 1 commit
  16. 19 Nov, 2017 2 commits
  17. 18 Nov, 2017 2 commits
  18. 11 Sep, 2017 2 commits
  19. 25 Jul, 2017 1 commit
  20. 29 Jun, 2017 1 commit
  21. 17 Jan, 2017 1 commit
  22. 10 Jan, 2016 1 commit
  23. 09 Jan, 2016 1 commit
  24. 06 Jan, 2016 1 commit
  25. 07 Dec, 2015 1 commit
  26. 11 Mar, 2015 1 commit
  27. 18 Dec, 2014 1 commit
  28. 16 Dec, 2014 1 commit
  29. 03 Dec, 2014 1 commit
  30. 28 Nov, 2014 1 commit