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

  1. 21 Sep, 2017 6 commits
  2. 20 Sep, 2017 1 commit
    • refactor(abstract/connection-manager) (#8330) · 54269128
      Resolves issue with acquire call which never finishes, resolve errors and connections and handle factory level error ourselves. Fixed issue with MSSQL / MySQL error out with resources currently not part of pool.
      
      Fixed evict setting so idle connections are properly removed on time and improved documentation around connection manager and various options 
      Sushant committed
  3. 18 Sep, 2017 4 commits
    • docs(migrations): proper lists · e978e59b
      Sushant committed
    • docs(migration): explain how to use migrations (#8319) · 4615d7f7
      * docs(migration): explain how to use migrations
      
      * docs(migration): storage, .sequelizerc
      
      * docs(migrations): dynamic config, storage, ssl, url option, using env varibales
      
      * docs(migrations): seeds and production tips
      
      * docs: simplify queryInterface intro
      
      * docs: QueryInterface API + seeding docs + styling
      
      * docs: expose describe table to public
      Sushant committed
    • 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
  4. 15 Sep, 2017 6 commits
  5. 13 Sep, 2017 1 commit
  6. 12 Sep, 2017 1 commit
  7. 11 Sep, 2017 1 commit
  8. 10 Sep, 2017 1 commit
  9. 09 Sep, 2017 1 commit
  10. 08 Sep, 2017 5 commits
  11. 07 Sep, 2017 2 commits
  12. 03 Sep, 2017 1 commit
  13. 31 Aug, 2017 1 commit
  14. 30 Aug, 2017 3 commits
  15. 29 Aug, 2017 3 commits
  16. 25 Aug, 2017 3 commits