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

  1. 20 Dec, 2016 1 commit
    • try catch block added for formatting parameters process (#6999) · 9b204af6
      * try catch block added for formatting parameters process
      
      * new line space added before braces
      
      * query function processing wrapped to Promise.try
      
      * processQuery method removed from var
      
      * binding context changed to arrow function
      
      * promise.try chaining added
      
      * extra Promise.resolve removed code refactored
      
      * space added
      
      * test cases for 'query' method updated with respect to new rejection structure instead of throwing error
      
      * it block messages corrected
      
      * return added and code structured
      
      * line space added
      
      * line space added
      
      * code style fixed
      Muhammad AbdulMoiz committed
  2. 16 Dec, 2016 4 commits
  3. 09 Dec, 2016 1 commit
  4. 08 Dec, 2016 2 commits
  5. 07 Dec, 2016 1 commit
  6. 06 Dec, 2016 3 commits
  7. 05 Dec, 2016 1 commit
  8. 03 Dec, 2016 3 commits
  9. 01 Dec, 2016 1 commit
  10. 30 Nov, 2016 1 commit
  11. 29 Nov, 2016 1 commit
    • Update to UUID 3.X package. (#6919) · b6e1c154
      * Update to uuid@3.x package.
      
      The node-uuid package is deprecated.
      
      The new 3.x version drops the parse and unparse methods which were used in instance integration tests. Tests were updated to use uuid-validate package to validate UUID generation.
      
      * Update changelog Future for PR #6919 - update uuid package.
      Michael Gauthier committed
  12. 24 Nov, 2016 2 commits
    • add a more informative error message (#6915) · 9b73d157
      right now this is basically impossible to track down the root. this PR adds a more informative error message so you actually know what caused the error.
      
      Before:
      
      ```
      TypeError: sql.replace is not a function
              at Object.format (/Users/contra/Projects/staeco/node_modules/sequelize/lib/sql-string.js:87:14)
              at Object.format (/Users/contra/Projects/staeco/node_modules/sequelize/lib/utils.js:119:20)
              at Object.getWhereConditions (/Users/contra/Projects/staeco/node_modules/sequelize/lib/dialects/abstract/query-generator.js:2303:24)
      ```
      
      After:
      
      ```js
      Error: Invalid SQL string provided: ST_Intersects(123)
              at Object.format (/Users/contra/Projects/staeco/node_modules/sequelize/lib/sql-string.js:87:14)
              at Object.format (/Users/contra/Projects/staeco/node_modules/sequelize/lib/utils.js:119:20)
              at Object.getWhereConditions (/Users/contra/Projects/staeco/node_modules/sequelize/lib/dialects/abstract/query-generator.js:2303:24)
      ```
      contra committed
  13. 22 Nov, 2016 1 commit
  14. 21 Nov, 2016 1 commit
  15. 18 Nov, 2016 1 commit
  16. 17 Nov, 2016 1 commit
  17. 16 Nov, 2016 1 commit
  18. 15 Nov, 2016 8 commits
  19. 14 Nov, 2016 2 commits
  20. 13 Nov, 2016 2 commits
  21. 12 Nov, 2016 1 commit
  22. 08 Nov, 2016 1 commit