不要怂,就是干,撸起袖子干!

  1. 18 Sep, 2017 2 commits
    • fix(query-generator) Simplify where item query (#8068) · 0af04063
      * refactor(abstruct.query-generator): Reduce complexity of abstruct query-generator whereItemQuery by
      
      whereItemQuery had cyclic complexity of 85 reduced to 26 to make logic a bit easier to follow.
      Logic is almost identical but at places where logic looked like an obvoius error it was tweeked, like -
      	_traverseJSON had weird logic if the item was plain object -
      		cast wast set by either path (ok) or the first value of the first property of an object (doesn't make sense)
      		where value passed into whereItemQuery was in the main function scope causing it to accumulate properties on each iteration (doesn't make sense)
      All test are passing with no issues but since there were minor logic changes there might be some edge cases needed to be addressed.
      Though it's more resonable to assume changes will fix bugs related to those edge cases than cause them
      
      * fix(abstract.query-generator): Fix discrepancies between postgres and sqlite casting and handling of
      
      postgres and sqlite handle casting and JSONB formats a bit diffrently yet some previous commits
      didn't took this changes into consideration when handling casting and didn't test casting properly
      
      * fix(abstract.query-generator): Fix issue where not properly treating  plain js object values for JSON column
      
      Fixes #3824 (again)
      Yoni Jah committed
  2. 15 Sep, 2017 6 commits
  3. 13 Sep, 2017 1 commit
  4. 12 Sep, 2017 1 commit
  5. 11 Sep, 2017 1 commit
  6. 10 Sep, 2017 1 commit
  7. 09 Sep, 2017 1 commit
  8. 08 Sep, 2017 5 commits
  9. 07 Sep, 2017 2 commits
  10. 03 Sep, 2017 1 commit
  11. 31 Aug, 2017 1 commit
  12. 30 Aug, 2017 3 commits
  13. 29 Aug, 2017 3 commits
  14. 25 Aug, 2017 4 commits
  15. 24 Aug, 2017 4 commits
  16. 23 Aug, 2017 3 commits
  17. 19 Aug, 2017 1 commit