1. 29 Jan, 2018 1 commit
  2. 04 Jan, 2018 1 commit
  3. 01 Jan, 2018 3 commits
    • Adrien Crivelli's avatar
      87c417fd
    • Adrien Crivelli's avatar
      Fix code style · 7e65c84c
      Adrien Crivelli authored
      7e65c84c
    • 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
  4. 19 Nov, 2017 4 commits
  5. 09 Sep, 2017 1 commit
  6. 14 Apr, 2017 1 commit
  7. 09 Sep, 2016 2 commits
  8. 15 Jul, 2016 3 commits
  9. 09 Jan, 2016 1 commit
  10. 06 Jan, 2016 1 commit
  11. 10 Feb, 2015 2 commits
  12. 27 Jan, 2015 1 commit
  13. 26 Jan, 2015 1 commit
  14. 03 Jan, 2015 1 commit
  15. 26 Dec, 2014 1 commit
  16. 25 Dec, 2014 1 commit
  17. 18 Dec, 2014 1 commit
  18. 12 Dec, 2014 1 commit
  19. 28 Nov, 2014 1 commit
  20. 21 Oct, 2014 1 commit
  21. 20 Oct, 2014 1 commit
  22. 16 Oct, 2014 1 commit
  23. 10 Sep, 2014 1 commit
  24. 22 Jul, 2014 1 commit
  25. 30 Jun, 2014 1 commit
  26. 09 May, 2014 1 commit
  27. 02 May, 2014 1 commit
  28. 06 Mar, 2014 1 commit
  29. 16 Jan, 2014 1 commit
  30. 01 Jan, 2014 1 commit
  31. 29 Dec, 2013 1 commit