Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sequelize/sequelize
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.12.1
Choose a base ref
...
head repository: sequelize/sequelize
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.12.2
Choose a head ref
  • 4 commits
  • 12 files changed
  • 5 contributors

Commits on Dec 22, 2021

  1. fix(postgres): allows usage of schema for ARRAY(ENUM) type name (#13807)

    * fix(13804): use schema for ARRAY(ENUM) type name
    
    * fix(31804): Update integration test
    
    Co-authored-by: Rik Smale <[email protected]>
    nahog and WikiRik authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    da5b0ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b532ab1 View commit details
    Browse the repository at this point in the history
  3. fix(abstract): patch jsonb operator for pg if value is json (#13780)

    * fix(abstract): dialog query-generator for JSON in PG
    
    Added check to traverseJSON that checks if value is JSON and passes
    result to jsonPathExtrationQuery
    
    Added isJson param to jsonPathExtractionQuery
    
    Updated postgres JSON join arrow to change if value is JSON
    
     with '#' will be ignored, and an empty message aborts the commit.
    
    * fix(abstract): updated unit tests
    
    Added check if value is string and operator is contains
    
    Updated unit tests with new expected outputs
    
    * fix(abstract): add query generator unit tests
    
    Added tests to validate jsonPathExtractionQuery works with and without
    isJSON
    
    * fix(abstract): Fix merge error
    
    Removed extra bracket from merge conflict
    
    * fix(abstract): Patch failing tests
    
    Updated query generator tests to handle all supported DB types
    
    * fix(tests): update test name
    
    Co-authored-by: Sascha Depold <[email protected]>
    Drethic and sdepold authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    a2375c5 View commit details
    Browse the repository at this point in the history
  4. fix(query-interface): bring back quoteIdentifier(s) to queryInterface (

    …#13810)
    
    * fix(query-generator): update documentation of quoteIdentifier(s)
    
    * fix(query-interface): bring back quoteIdentifier(s) to queryInterface
    
    * fix(formatting): fix linting of class-to-invokable
    sdepold authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    001dc60 View commit details
    Browse the repository at this point in the history
Loading