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(deep): prevent false unique constraint errors and combine delete queries #781

Merged
merged 49 commits into from
Sep 3, 2024

Commits on Aug 21, 2024

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

Commits on Aug 29, 2024

  1. single loop

    David-Kunz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    aa73162 View commit details
    Browse the repository at this point in the history
  2. single delete statement

    David-Kunz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    180cfba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5672f40 View commit details
    Browse the repository at this point in the history
  4. simpler

    David-Kunz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f0f1862 View commit details
    Browse the repository at this point in the history
  5. .

    David-Kunz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fa7cfec View commit details
    Browse the repository at this point in the history
  6. simpler

    David-Kunz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c64d4a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57f3e89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f15817 View commit details
    Browse the repository at this point in the history
  9. added test

    David-Kunz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    58f9c53 View commit details
    Browse the repository at this point in the history
  10. .

    David-Kunz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    dcc5536 View commit details
    Browse the repository at this point in the history
  11. .

    David-Kunz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e0e0a70 View commit details
    Browse the repository at this point in the history
  12. .

    David-Kunz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    466d355 View commit details
    Browse the repository at this point in the history
  13. .

    David-Kunz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e79376b View commit details
    Browse the repository at this point in the history
  14. .

    David-Kunz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3160f05 View commit details
    Browse the repository at this point in the history
  15. .

    David-Kunz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cd841c9 View commit details
    Browse the repository at this point in the history
  16. .

    David-Kunz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    43b0504 View commit details
    Browse the repository at this point in the history
  17. .

    David-Kunz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b605995 View commit details
    Browse the repository at this point in the history
  18. .

    David-Kunz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f05b224 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Update db-service/lib/deep-queries.js

    Co-authored-by: Bob den Os <[email protected]>
    David-Kunz and BobdenOs authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b7b9837 View commit details
    Browse the repository at this point in the history
  2. mv cds.test

    David-Kunz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    52e6d91 View commit details
    Browse the repository at this point in the history
  3. Update test/compliance/UPDATE.test.js

    Co-authored-by: Bob den Os <[email protected]>
    David-Kunz and BobdenOs authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7802d5e View commit details
    Browse the repository at this point in the history
  4. no single key difference

    David-Kunz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9c6a519 View commit details
    Browse the repository at this point in the history
  5. .

    David-Kunz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e3895e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1a6874 View commit details
    Browse the repository at this point in the history
  7. .

    David-Kunz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    dd35333 View commit details
    Browse the repository at this point in the history
  8. .

    David-Kunz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    194b888 View commit details
    Browse the repository at this point in the history
  9. .

    David-Kunz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    97c0c74 View commit details
    Browse the repository at this point in the history
  10. .

    David-Kunz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2673110 View commit details
    Browse the repository at this point in the history
  11. .

    David-Kunz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1e5c1d4 View commit details
    Browse the repository at this point in the history
  12. .

    David-Kunz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7f72386 View commit details
    Browse the repository at this point in the history
  13. .bug

    David-Kunz committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    fff3ed4 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. use ROOT tag

    David-Kunz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8e19a2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7189dfd View commit details
    Browse the repository at this point in the history
  3. .

    David-Kunz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    99bcef2 View commit details
    Browse the repository at this point in the history
  4. explanation

    David-Kunz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e39b8fa View commit details
    Browse the repository at this point in the history
  5. explanation

    David-Kunz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    43012c3 View commit details
    Browse the repository at this point in the history
  6. bug needs to be fixed

    David-Kunz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ec5326b View commit details
    Browse the repository at this point in the history
  7. simplify

    David-Kunz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b552a8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b75734 View commit details
    Browse the repository at this point in the history
  9. .

    David-Kunz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    770deff View commit details
    Browse the repository at this point in the history
  10. .

    David-Kunz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a9290dd View commit details
    Browse the repository at this point in the history
  11. .

    David-Kunz committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    758fa4c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    537874c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

    David-Kunz committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    288007d View commit details
    Browse the repository at this point in the history
  3. .

    David-Kunz committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d01f666 View commit details
    Browse the repository at this point in the history
  4. .

    David-Kunz committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    87007ac View commit details
    Browse the repository at this point in the history
  5. .

    David-Kunz committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    94a40e6 View commit details
    Browse the repository at this point in the history