1. 29 Apr, 2018 1 commit
  2. 01 Apr, 2018 1 commit
  3. 17 Feb, 2018 1 commit
  4. 15 Feb, 2018 1 commit
  5. 09 Feb, 2018 3 commits
  6. 29 Jan, 2018 4 commits
  7. 04 Jan, 2018 1 commit
  8. 03 Jan, 2018 1 commit
  9. 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
  10. 26 Dec, 2017 1 commit
  11. 19 Nov, 2017 2 commits
  12. 18 Nov, 2017 2 commits
  13. 11 Sep, 2017 2 commits
  14. 25 Jul, 2017 1 commit
  15. 29 Jun, 2017 1 commit
  16. 17 Jan, 2017 1 commit
  17. 10 Jan, 2016 1 commit
  18. 09 Jan, 2016 1 commit
  19. 06 Jan, 2016 1 commit
  20. 07 Dec, 2015 1 commit
  21. 11 Mar, 2015 1 commit
  22. 18 Dec, 2014 1 commit
  23. 16 Dec, 2014 1 commit
  24. 03 Dec, 2014 1 commit
  25. 28 Nov, 2014 2 commits
  26. 21 Oct, 2014 1 commit
  27. 20 Oct, 2014 1 commit
  28. 17 Oct, 2014 1 commit
  29. 11 Sep, 2014 1 commit
  30. 10 Sep, 2014 1 commit