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

refactor(api): ddl accessor #9832

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Aug 26, 2024

  1. fix(oracle): avoid double cursor closing by removing unnecessary `clo…

    …se` in `_fetch_from_cursor` (ibis-project#9913)
    
    Previously we were trying to close a cursor after an exception was
    raised in `raw_sql`, which already closes the cursor in the case of an
    exception. This is not allowed by the oracledb driver, so just close the
    cursor on success.
    cpcloud authored and ncclementi committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    85c1cb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    a718ff3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e354248 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a42f4c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c22bc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

Commits on Sep 6, 2024

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

Commits on Sep 16, 2024

  1. chore: fix conflicts

    ncclementi committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0565567 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. chore: fix merge conflicts

    ncclementi committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9f7d943 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

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

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    0d6673f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96fa24a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. chore: fix typo

    ncclementi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d7273a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b844319 View commit details
    Browse the repository at this point in the history
  3. chore: fix doctests

    ncclementi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0985de1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68abf01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b47cc2 View commit details
    Browse the repository at this point in the history