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: 2325059
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: 11659a3
Choose a head ref
  • 10 commits
  • 16 files changed
  • 1 contributor

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    68887bd View commit details
    Browse the repository at this point in the history
  2. Fixed bug calculating property max_identifier_length in thick mode when

    using older client libraries (#395).
    anthony-tuininga committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    65536ad View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Fixed bug when the fetched data type of a column changes from

    oracledb.DB_TYPE_LONG or oracledb.DB_TYPE_LONG_RAW to to a different
    compatible type (#424).
    anthony-tuininga committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    435fb8a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Configuration menu
    Copy the full SHA
    7c4736b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f9c4b3 View commit details
    Browse the repository at this point in the history
  3. All exceptions subclassed from OSError now cause connection retry

    attempts, subject to the connection "retry_count" and "retry_delay"
    (#420).
    anthony-tuininga committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    cb110f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f7fd0b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Configuration menu
    Copy the full SHA
    aa2707f View commit details
    Browse the repository at this point in the history
  2. Tweak release notes.

    anthony-tuininga committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    bff87e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11659a3 View commit details
    Browse the repository at this point in the history
Loading