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: prisma/prisma-engines
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.19.0
Choose a base ref
...
head repository: prisma/prisma-engines
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.19.x
Choose a head ref
  • 2 commits
  • 4 files changed
  • 3 contributors

Commits on Sep 2, 2024

  1. fix(qe): forward join fields for nested filters in m2m (#4994)

    * test(query-engine): add regression test for prisma/prisma#25103
    
    * Fix the IDs in schema_25103
    
    * Add the actual failing query in prisma_25103
    
    * Add repro for 25104
    
    * Support m2m in join_fields
    
    * Exclude mongodb for now
    
    * Add a test with different pk names
    
    * Update the test to be closer to the user's query
    
    Co-authored-by: Alberto Schiabel <jkomyno@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: jkomyno <skiabo97@gmail.com>
    Co-authored-by: Alberto Schiabel <jkomyno@users.noreply.github.com>
    3 people committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0fa69c8 View commit details
    Browse the repository at this point in the history
  2. Revert "chore(deps): bump openssl from 0.10.60 to 0.10.66" (#4995)

    * Revert "chore(deps): bump openssl from 0.10.60 to 0.10.66 (#4965)"
    
    This reverts commit ae18f91.
    
    * chore(ci): stop showing commit message to avoid bad substitutions like https://github.com/prisma/prisma-engines/actions/runs/10664988277/job/29557431036\?pr\=4995\#step:4:13
    jkomyno committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    69d742e View commit details
    Browse the repository at this point in the history
Loading