Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(abstract): patch jsonb operator for pg if value is json #13780

Merged
merged 11 commits into from Dec 22, 2021

Commits on Dec 16, 2021

  1. 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.
    Drethic committed Dec 16, 2021
    Copy the full SHA
    8729d15 View commit details
    Browse the repository at this point in the history
  2. fix(abstract): updated unit tests

    Added check if value is string and operator is contains
    
    Updated unit tests with new expected outputs
    Drethic committed Dec 16, 2021
    Copy the full SHA
    3219e49 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f3e45af View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Copy the full SHA
    4b7f364 View commit details
    Browse the repository at this point in the history
  2. fix(abstract): add query generator unit tests

    Added tests to validate jsonPathExtractionQuery works with and without
    isJSON
    Drethic committed Dec 21, 2021
    Copy the full SHA
    06b220f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e9b6581 View commit details
    Browse the repository at this point in the history
  4. fix(abstract): Fix merge error

    Removed extra bracket from merge conflict
    Drethic committed Dec 21, 2021
    Copy the full SHA
    3968e4c View commit details
    Browse the repository at this point in the history
  5. fix(abstract): Patch failing tests

    Updated query generator tests to handle all supported DB types
    Drethic committed Dec 21, 2021
    Copy the full SHA
    20db473 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bbc0c56 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Copy the full SHA
    bc04ca1 View commit details
    Browse the repository at this point in the history
  2. fix(tests): update test name

    sdepold committed Dec 22, 2021
    Copy the full SHA
    bc18d09 View commit details
    Browse the repository at this point in the history