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 sql_query_explain.Oracle #1354

Merged
merged 7 commits into from
Dec 21, 2023
Merged

Commits on Aug 11, 2023

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

Commits on Nov 1, 2023

  1. added db_explain.Oracle()

    moved query execution from sql_query_explain().Oracle to db_explain.Oracle()
    thomashulst committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    5fc3f99 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. sql_query_explain() now returns a vector with sql for EXPLAIN PLAN an…

    …d DBMS_XPLAN.DISPLAY and executes those individually in db_explain
    thomashulst committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    48c2173 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    4f814ab View commit details
    Browse the repository at this point in the history
  2. Use new wrappers

    hadley committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    49ce051 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d56746 View commit details
    Browse the repository at this point in the history
  4. Add news bullet

    hadley committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    cbd0eb3 View commit details
    Browse the repository at this point in the history