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

Sqlite explain graph #3064

Merged
merged 24 commits into from
May 31, 2024
Merged

Sqlite explain graph #3064

merged 24 commits into from
May 31, 2024

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    1a37ae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7bc7f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59f7162 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dc0b5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22e4ca5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cffc4d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0b9026 View commit details
    Browse the repository at this point in the history
  8. add state diff to query graph

    tyrelr committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    a079b14 View commit details
    Browse the repository at this point in the history
  9. drop redundant table info

    tyrelr committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    90f146e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97b3873 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3724984 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aeef64d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ac2f590 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4d8f57e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bdbc47b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4f29f6d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f1bed47 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3670f08 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a7af25b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    eded89c View commit details
    Browse the repository at this point in the history
  21. remove duplicate logging checks, and make logging enabled/disabled co…

    …nsistently depend on sqlx::explain instead of sqlx for capture & sqlx::explain for output
    tyrelr committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    1a5c931 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    efb24d7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c8ca070 View commit details
    Browse the repository at this point in the history
  24. require trace log level instead of using whatever log level statement…

    … logging was configured to use
    tyrelr committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    b490ae8 View commit details
    Browse the repository at this point in the history