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: main
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: v3.4.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 26 files changed
  • 1 contributor

Commits on Nov 7, 2025

  1. Configuration menu
    Copy the full SHA
    2703e74 View commit details
    Browse the repository at this point in the history
  2. Update ODPI-C.

    anthony-tuininga committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    8c0581c View commit details
    Browse the repository at this point in the history
  3. Test suite updates.

    anthony-tuininga committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    5cd753e View commit details
    Browse the repository at this point in the history
  4. Fixed bug that caused "ORA-03137: malformed TTC packet from client

    rejected" exception to be raised when attempting to call parse() on a
    scrollable cursor.
    anthony-tuininga committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    2f90c3f View commit details
    Browse the repository at this point in the history
  5. Fixed segfault on some platforms when trying to execute queries

    returning vector columns.
    anthony-tuininga committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    05b1561 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd3ca33 View commit details
    Browse the repository at this point in the history
  7. Doc updates.

    anthony-tuininga committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    8af6668 View commit details
    Browse the repository at this point in the history
  8. Error "DPY-2068: scroll operation is not supported on a non-scrollable

    cursor" is now raised when using the Cursor.scroll() method on a
    non-scrollable cursor.
    anthony-tuininga committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    3df1328 View commit details
    Browse the repository at this point in the history
  9. Fixed bug when setting "SOURCE_ROUTE" on the "DESCRIPTION" section of a

    full connect descriptor instead of the "ADDRESS_LIST" section.
    anthony-tuininga committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    c3c2573 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    55e9491 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    75417f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    20e37fe View commit details
    Browse the repository at this point in the history
  13. Fix template.

    anthony-tuininga committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    7451c30 View commit details
    Browse the repository at this point in the history
  14. Remove dead code.

    anthony-tuininga committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    30d956e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    306e41b View commit details
    Browse the repository at this point in the history
  16. Fixed bug that failed to handle the KeyboardInterrupt exception

    correctly when the application caught this exception and then tried to
    reuse the connection.
    anthony-tuininga committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    c9ecb6c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

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