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

  1. 15 Nov, 2016 4 commits
    • UPSERT functionality for MSSQL (#6842) · 375da7b5
      * Added upsertQuery for MSSQL
      
      * Updated changelog and model api
      
      * Add missing space
      
      * Removed parenthesis from arrow functions
      
      * Fixes edge case when two unique keys are present in model, added WITH(HOLDLOCK) to prevent concurrency issues, integration test for multiple unique keys
      Harshith Kashyap committed
    • Fixes #6824 Add ROW_FORMAT support to mysql query-generator (#6825) · 5dda5428
      * Add ROW_FORMAT support to mysql query-generator
      
      InnoDB's new Barracuda file format offers 2 new types of row formats
      which offer significant improvements if working with utf8mb4 collation
      by supporting index key prefixes up to 3072 bytes instead of the
      default of 767 bytes offered with COMPACT or REDUNDANT row types
      offered in the legacy Antelope file format.
      
      This commit adds `ROW_FORMAT` support to the query-generator for
      the mysql dialect by adding `options.format` for sequelize.define().
      
      * Add tests for overrides global format option and inherits global format option
      
      * Fix row-format test to use correct assert
      
      * Add explicit test for options.format to SQL ROW_FORMAT
      
      * Fix incorrect assert causing failing tests on row_format for options.format
      
      * Correct changelog issue/hash to point to the same place.
      
      * Rename options.format to options.rowFormat
      
      * Fix missed format to rowFormat variable name
      Chris Coggburn committed
    • Milliseconds in time stamps for createdAt, updatedAt for MySQL (#6442) · 7029d2d6
      * fix(now): allow millisecons on createdAt and updatedAt
      
      * test(timezone): timezone close check should allow 1 sec difference
      
      * doc(changelog): add entry to change log
      
      * test(now): create test for milliseconds in createdAt, updatedAt.
      
      test(now): remove uneeded update code from test
      
      removed unneeded file
      
      * test(now): only run if mysql dialect
      
      * test(lint): fix === lint error
      
      * test(now): fix schema issue
      
      * test(lint): remove space after comma
      Bryan Sapot committed
  2. 14 Nov, 2016 1 commit
  3. 13 Nov, 2016 2 commits
  4. 08 Nov, 2016 2 commits
  5. 07 Nov, 2016 4 commits
  6. 04 Nov, 2016 2 commits
  7. 03 Nov, 2016 1 commit
  8. 02 Nov, 2016 1 commit
  9. 01 Nov, 2016 2 commits
  10. 31 Oct, 2016 1 commit
  11. 27 Oct, 2016 2 commits
  12. 25 Oct, 2016 1 commit
  13. 24 Oct, 2016 1 commit
  14. 17 Oct, 2016 1 commit
  15. 13 Oct, 2016 1 commit
  16. 10 Oct, 2016 3 commits
  17. 07 Oct, 2016 1 commit
    • Update Travis-CI to use Docker (#6443) · 9731d130
      * Use Docker for travis-ci
      
      * Fix up running local docker tests
      
      * Travis.yml cleanup, fix postgis version type testing
      
      * New way of accessing postgis version
      
      * Add version specific clause around mysql error message
      
      * Fix warning message to ignore if mysql >= 5.6
      
      - Tweak travis env var order to be more readable in travis
      
      * Remove testing against legacy dbs to make the testing process more lean
      Todd Bluhm committed
  18. 30 Sep, 2016 1 commit
  19. 27 Sep, 2016 1 commit
  20. 26 Sep, 2016 1 commit
  21. 25 Sep, 2016 1 commit
  22. 24 Sep, 2016 5 commits
  23. 23 Sep, 2016 1 commit