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