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

  1. 21 Apr, 2017 1 commit
  2. 11 Apr, 2017 3 commits
  3. 10 Apr, 2017 1 commit
  4. 08 Apr, 2017 2 commits
  5. 07 Apr, 2017 6 commits
  6. 03 Apr, 2017 1 commit
  7. 02 Apr, 2017 3 commits
  8. 27 Mar, 2017 1 commit
  9. 25 Mar, 2017 1 commit
  10. 21 Mar, 2017 2 commits
  11. 20 Mar, 2017 3 commits
  12. 10 Mar, 2017 2 commits
  13. 06 Mar, 2017 1 commit
  14. 03 Mar, 2017 2 commits
  15. 02 Mar, 2017 1 commit
  16. 01 Mar, 2017 1 commit
  17. 27 Feb, 2017 1 commit
  18. 22 Feb, 2017 2 commits
  19. 19 Feb, 2017 4 commits
    • Added unique indexes to rawAttributes (#7196) · 943bdf23
      * Added unique indexes to rawAttributes
      
      * Add changelog entry
      
      * Added integration test to cover composite unique keys, review fixes
      
      * Fixes failing tests
      Harshith Kashyap committed
    • Add quotes around column names for unique constraints in sqlite (fixes #4407) (#7224) · 70c359eb
      * Add quotes around column names for unique constraints in sqlite (fixes #4407)
      
      * Changelog linked to issue
      Stefano Dalpiaz committed
    • fix error when connect to Postgres 8.2.0(fix #5254) (#7266) · 6efc2ad2
      * fix error when connect to Postgres 8.2.0
      
      * Update sequelize.md
      
      * separating version check for clean code
      
      * changelog: properly state oids for postgres
      Jiepei Min committed
    • SQLite JSON datatype support (with JSON1 extension) (#7094) · 75841f3e
      * Adds JSON support for sqlite
      
      * Add JSON support to sqlite query-generator
      
      * add integration test for sqlite json
      
      * add unit test for sqlite json
      
      * fix inaccurate test for json from postgres
      
      * Fix failing test spec in postgres
      
      * Change accroding to review
      
      - Change MySqlQueryGenerator to AbstractQueryGenerator (sqlite)
      - Move parseConditionObject method to the AbstractQueryGenerator (sqlite, postgres)
      - Remove unnecessary module require
      - Remove extra lines
      
      * Fix failing test with sequelize static reference
      
      * Add JSONB type alias to sqlite data types
      
      * Update changelog.md
      
      * Update jsdoc for JSON datatype
      
      * Updates from PR feedback
      
      - Convert es5 syntax to es6 for sqlite query-generator
      
      * Fix parenthesis with single parameter
      
      * Fix deleteQuery condition with JSON field
      
      * Update integration/data-types.test.js
      
      * Add JSON injection preventation code for sqlite
      
      - Add checkValidJsonStatement method to sqlite query-generator
      - Add injection tests for sqlite
      
      * Update sqlite JSON query-generator
      
      * Move common json DAO tests to abstract/dao.test.js
      
      - Add support for json property accessors (sqlite, postgres)
      
      * Fix wrong indentation in abstract/query-generator.js
      
      * Update query-generator.js to use common json method
      
      * Fix inconsistent postgres cast syntax
      
      * Update JSON test specs
      
      - Add injection test for postgres/query-generators.js
      - Replace default sql test expectation with specific dialect (postgres)
      - Update expectsql from test/support.js to throw error when no default expectation
      
      * Fix failing postgres test with cast
      
      * Fix postgres casting syntax
      
      * Fix failing test for postgres
      
      * Revert indentation of postgres query-generator
      
      * Cleanup unnecessarily added code
      
      update jsdoc of jsonPathExtractionQuery to match the exact function arguments
      
      * Move integration/dialects/abstract/dao.test.js to integration/json.test.js
      
      * Rewrite unit tests for json query-generator in unit/sql/json.test.js
      
      * Capitalize AND operator while generating json query via condition object
      
      * Fix failed tests
      Youngrok Kim committed
  20. 15 Feb, 2017 1 commit
  21. 08 Feb, 2017 1 commit