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 infinite recursion during cte self-reference #1223

Merged
merged 27 commits into from Aug 30, 2022
Merged

fix infinite recursion during cte self-reference #1223

merged 27 commits into from Aug 30, 2022

Commits on Aug 26, 2022

  1. testing

    James Cor committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    5f433b5 View commit details
    Browse the repository at this point in the history
  2. timing out

    James Cor committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    2489054 View commit details
    Browse the repository at this point in the history
  3. figured out what was hanging

    James Cor committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    218e94a View commit details
    Browse the repository at this point in the history
  4. adding back changes

    James Cor committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    0b2d62c View commit details
    Browse the repository at this point in the history
  5. ok changes are actually really there now

    James Cor committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    ddc83eb View commit details
    Browse the repository at this point in the history
  6. bad test

    James Cor committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    f5d7b08 View commit details
    Browse the repository at this point in the history
  7. more tests

    James Cor committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1763bc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. try not even recursing

    James Cor committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    d95ee03 View commit details
    Browse the repository at this point in the history
  2. bad test

    James Cor committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    8b9b6e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. not sure

    James Cor committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    9c2377d View commit details
    Browse the repository at this point in the history
  2. merge with main

    James Cor committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    ef9e3de View commit details
    Browse the repository at this point in the history
  3. allow error for now

    James Cor committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    167135e View commit details
    Browse the repository at this point in the history
  4. even simpler solution

    James Cor committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    3851e44 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into james/recursive

    James Cor committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    ba7fce9 View commit details
    Browse the repository at this point in the history
  6. more tests

    James Cor committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    9459117 View commit details
    Browse the repository at this point in the history
  7. remove unused helper method

    James Cor committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    26fea81 View commit details
    Browse the repository at this point in the history
  8. simplifying logic

    James Cor committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    88b8bcd View commit details
    Browse the repository at this point in the history
  9. manual dfs

    James Cor committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    484cafd View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into james/recursive

    James Cor committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    9a2e3b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. leave it for now

    James Cor committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    3bc310d View commit details
    Browse the repository at this point in the history
  2. need more depth

    James Cor committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    97ec485 View commit details
    Browse the repository at this point in the history
  3. aaaaaaaaaaaaaa

    James Cor committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    29e1c87 View commit details
    Browse the repository at this point in the history
  4. moving tests

    James Cor committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    6815a21 View commit details
    Browse the repository at this point in the history
  5. delete comment

    James Cor committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    d5906ab View commit details
    Browse the repository at this point in the history
  6. removin one more comment

    James Cor committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    e74fb31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dafa339 View commit details
    Browse the repository at this point in the history
  8. depth back to 5

    James Cor committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    5210d9b View commit details
    Browse the repository at this point in the history