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

feat: resolve relations with lateral joins #4509

Merged
merged 40 commits into from
Dec 5, 2023
Merged

Commits on Dec 1, 2023

  1. wip: joins aggregations

    Weakky committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e1f6818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f2ca56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0474565 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1f0831 View commit details
    Browse the repository at this point in the history
  5. add basic m2m support

    Weakky committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    4fb012f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90e6617 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ed76a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7a753f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb4ada0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d3e9322 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3d5ca92 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    84141bd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e80fb7a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f16fb3d View commit details
    Browse the repository at this point in the history
  15. fix aggregated order bys

    Weakky committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    4b691a6 View commit details
    Browse the repository at this point in the history
  16. add comment trace

    Weakky committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    bd4f551 View commit details
    Browse the repository at this point in the history
  17. small cleanup

    Weakky committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6e43413 View commit details
    Browse the repository at this point in the history
  18. clippy fixes

    Weakky committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ff68957 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    02b451e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4ce384b View commit details
    Browse the repository at this point in the history
  21. fix generator error test

    Weakky committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1598984 View commit details
    Browse the repository at this point in the history
  22. clippy fixes

    Weakky committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    fd25b20 View commit details
    Browse the repository at this point in the history
  23. remove mssql support

    Weakky committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    86ee2f5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d5c9986 View commit details
    Browse the repository at this point in the history
  25. fix crdb tests

    Weakky committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8988c8c View commit details
    Browse the repository at this point in the history
  26. cleanup

    Weakky committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    9710c41 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    defe57a View commit details
    Browse the repository at this point in the history
  28. cleanup error message

    Weakky committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6068b98 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bc60a31 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a84fe43 View commit details
    Browse the repository at this point in the history
  31. fix unit test

    Weakky committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    410139e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    e96f014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e04e5f6 View commit details
    Browse the repository at this point in the history
  3. undo some test changes

    Weakky committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    28d5206 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4f05a6 View commit details
    Browse the repository at this point in the history
  5. add findUnique support

    Weakky committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    cede9be View commit details
    Browse the repository at this point in the history
  6. Fix wasm build script

    The build script had an invalid `sed` command with an extra `''`
    argument that caused it to fail with
    
    ```
    sed: can't read s/name = "query_engine_wasm"/name = "query_engine"/g: No such file or directory
    ```
    
    This is reproducible both on CI and locally for me. Perhaps it was
    written for BSD sed and doesn't work with GNU sed (so it always fails on
    Linux and also fails on macOS inside prisma-engines Nix flake but maybe
    it works on macOS without Nix)?
    
    Because of this, a broken package was published from CI.
    
    The commit fixes the `sed` command and adds `set -e` so that errors like
    this would fail CI instead of silently continuing and doing wrong
    things.
    aqrln committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    91d579b View commit details
    Browse the repository at this point in the history
  7. fix tests and remove dbg

    Weakky committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    6e804a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8109c3f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    d6d5262 View commit details
    Browse the repository at this point in the history