Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oracle/python-oracledb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: oracle/python-oracledb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.2
Choose a head ref
  • 16 commits
  • 18 files changed
  • 1 contributor

Commits on Jun 15, 2023

  1. Bump version.

    anthony-tuininga committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    ce8655f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09b1b2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    636be62 View commit details
    Browse the repository at this point in the history
  4. If the externalauth flag is set, don't attempt to parse out a user name

    and password since there won't be any!
    anthony-tuininga committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    9f7a1c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ec3f5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0f06db View commit details
    Browse the repository at this point in the history
  7. Fixed bug which caused a cursor leak if an error was thrown while

    processing the execution of a query.
    anthony-tuininga committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    aa42ae8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83d2e98 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10be0c9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    132e6c5 View commit details
    Browse the repository at this point in the history
  11. When fetching REF cursors, only the cursor's arraysize attribute is

    considered. Previously, the cursor's prefetchrows attribute was also
    considered, but in differing ways between thin and thick modes.
    anthony-tuininga committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    cafbf37 View commit details
    Browse the repository at this point in the history
  12. Tweak release notes.

    anthony-tuininga committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    d480381 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eeda016 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    76ad274 View commit details
    Browse the repository at this point in the history
  15. Avoid spurious errors due to the environment variable TNS_ADMIN being

    unset or set to an empty or invalid value.
    anthony-tuininga committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    408f368 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    99bd323 View commit details
    Browse the repository at this point in the history
Loading