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.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.3.1
Choose a head ref
  • 17 commits
  • 28 files changed
  • 1 contributor

Commits on Mar 31, 2023

  1. Bump copyright.

    anthony-tuininga committed Mar 31, 2023
    1 Configuration menu
    Copy the full SHA
    2907c3f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Bump version.

    anthony-tuininga committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    4495374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8394bd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ddb904 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    335d868 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7eb9be4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    7fe0a8e View commit details
    Browse the repository at this point in the history
  2. Fixed bug when a query is re-executed with the setting

    "oracledb.defaults.fetch_lobs = False" after a table underlying the
    query is dropped and recreated.
    anthony-tuininga committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    801fe07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30ec927 View commit details
    Browse the repository at this point in the history
  4. Move schema elements specific for Oracle Database 21 and higher to a

    separate script for ease of maintenance.
    anthony-tuininga committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    ef1ded8 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Fixed additional scenarios where a query is re-executed with LOBs or

    JSON columns after the underlying table is dropped and recreated.
    anthony-tuininga committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b9891f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    094a145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c0f626 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    325f108 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    569d5a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

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