-
Notifications
You must be signed in to change notification settings - Fork 599
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
ncclementi
wants to merge
17
commits into
ibis-project:main
Choose a base branch
from
ncclementi:ddl_accessor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Aug 26, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 85c1cb6 - Browse repository at this point
Copy the full SHA 85c1cb6View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a718ff3 - Browse repository at this point
Copy the full SHA a718ff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e354248 - Browse repository at this point
Copy the full SHA e354248View commit details -
Configuration menu - View commit details
-
Copy full SHA for a42f4c8 - Browse repository at this point
Copy the full SHA a42f4c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c22bc2 - Browse repository at this point
Copy the full SHA 5c22bc2View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 82db0c5 - Browse repository at this point
Copy the full SHA 82db0c5View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d9176f0 - Browse repository at this point
Copy the full SHA d9176f0View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0565567 - Browse repository at this point
Copy the full SHA 0565567View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f7d943 - Browse repository at this point
Copy the full SHA 9f7d943View commit details
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43b967f - Browse repository at this point
Copy the full SHA 43b967fView commit details
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d6673f - Browse repository at this point
Copy the full SHA 0d6673fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96fa24a - Browse repository at this point
Copy the full SHA 96fa24aView commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7273a3 - Browse repository at this point
Copy the full SHA d7273a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b844319 - Browse repository at this point
Copy the full SHA b844319View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0985de1 - Browse repository at this point
Copy the full SHA 0985de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68abf01 - Browse repository at this point
Copy the full SHA 68abf01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b47cc2 - Browse repository at this point
Copy the full SHA 7b47cc2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.