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.2.0
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.2.1
Choose a head ref
  • 16 commits
  • 21 files changed
  • 1 contributor

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    39ec419 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af750c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

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

Commits on Nov 19, 2022

  1. Configuration menu
    Copy the full SHA
    18ae81a View commit details
    Browse the repository at this point in the history
  2. Corrected the __repr__() value of Connections to include the actual

    module name instead of a hard-coded "oracledb".
    anthony-tuininga committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    5e23347 View commit details
    Browse the repository at this point in the history
  3. Fixed bug determining RETURNING binds in a SQL statement when RETURNING

    and INTO keywords are not separated by spaces, but are separated by
    other whitespace characters (#104).
    anthony-tuininga committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    2373270 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    4a43eec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    433391b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    eddf374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d71943b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Remove unused code.

    anthony-tuininga committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    f431ad2 View commit details
    Browse the repository at this point in the history
  2. Fixed bug closing a SODA document cursor explicitly (instead of simply

    allowing it to be closed automatically when it goes out of scope).
    anthony-tuininga committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    ec10d76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8df7748 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1de4a80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af5707e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a97be5 View commit details
    Browse the repository at this point in the history
Loading