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: 9645d4f
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: 4c903a8
Choose a head ref
  • 20 commits
  • 35 files changed
  • 1 contributor

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    ec700ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1c4ef8 View commit details
    Browse the repository at this point in the history
  3. Fixed regression which prevented a null value from being set on DbObject

    attributes or used as elements of collections (#273).
    anthony-tuininga committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4ca0c80 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    cbd2fe7 View commit details
    Browse the repository at this point in the history
  2. Grammar typo.

    anthony-tuininga committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    2757a45 View commit details
    Browse the repository at this point in the history
  3. Fixed bug with intermittent hang on some versions of Oracle Database …

    …when
    
    using asyncio and the database raises an error and output variables are
    present (#278).
    anthony-tuininga committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    cc1e3ea View commit details
    Browse the repository at this point in the history
  4. Added support for the asynchronous context manager protocol on the

    AsyncCursor class as a convenience.
    anthony-tuininga committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    1c0ab31 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Make it clearer in the code that we are waiting for the server to

    respond, not initiating the reset that is about to occur!
    anthony-tuininga committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d633f86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8df2972 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de2792f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    659db44 View commit details
    Browse the repository at this point in the history
  5. Fixed regression from cx_Oracle which ignored the value of the

    "encoding_errors" parameter when creating variables by calling the
    method Cursor.var() (#279).
    anthony-tuininga committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    3ea70a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Fixed regression when connecting to a database using listener redirects

    with either a connection pool or using asyncio (#275).
    anthony-tuininga committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    4d3f461 View commit details
    Browse the repository at this point in the history
  2. Removed dead code.

    anthony-tuininga committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    9a0b18f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1191748 View commit details
    Browse the repository at this point in the history
  4. Allow for the situation where the second part of the redirect packet

    does not arrive before the first part has been parsed (#275).
    anthony-tuininga committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    91e22e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d84126 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    261dcd0 View commit details
    Browse the repository at this point in the history
  2. New test requires AL32UTF8 to work correctly -- add that check and since

    it is done in quite a few places now, include it in the test library.
    anthony-tuininga committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    553d606 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c903a8 View commit details
    Browse the repository at this point in the history
Loading