1. 12 Mar, 2017 1 commit
  2. 11 Mar, 2017 1 commit
  3. 01 Mar, 2017 1 commit
    • Marko Vodanović's avatar
      Fix for index names (#1137) · b464c2f0
      Marko Vodanović authored
      - fixed possiblilty to specify index names when creating them
      - also fixed docstring comments so code completion works
        properly when using IDEs
      b464c2f0
  4. 26 Feb, 2017 2 commits
  5. 24 Feb, 2017 1 commit
  6. 23 Feb, 2017 1 commit
  7. 20 Feb, 2017 2 commits
  8. 18 Feb, 2017 4 commits
  9. 16 Feb, 2017 2 commits
  10. 15 Feb, 2017 6 commits
  11. 14 Feb, 2017 1 commit
  12. 27 Jan, 2017 1 commit
  13. 25 Jan, 2017 1 commit
  14. 10 Jan, 2017 1 commit
  15. 03 Jan, 2017 1 commit
  16. 10 Dec, 2016 1 commit
  17. 04 Nov, 2016 1 commit
  18. 31 Oct, 2016 8 commits
  19. 07 Oct, 2016 3 commits
  20. 28 Sep, 2016 1 commit
    • Pooya Parsa's avatar
      Filling with Dot-Notation (#926) · c64dc03a
      Pooya Parsa authored
      * Filling with Dot-Notation Keys
      
      Simply override `removeTableFromKey($key)` method and  just return original keys in order to support dot-notation when calling `fill` on model.
      
      * Style CI
      
      * Dot-Notation Fill Tests
      c64dc03a