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/odpi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: oracle/odpi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 9 files changed
  • 1 contributor

Commits on May 28, 2021

  1. Copy the full SHA
    06c9381 View commit details
  2. Copy the full SHA
    5a5bd2e View commit details
  3. Note that that enqueue and dequeue options references are owned by the

    queue and will remain valid as long as a reference to the queue is held
    (clarifying question on issue #159).
    anthony-tuininga committed May 28, 2021
    Copy the full SHA
    5322827 View commit details
  4. All errors identified as causing a dead connection now populate

    dpiErrorInfo.sqlState with the value 01002 instead of only a hard-coded
    list of errors.
    anthony-tuininga committed May 28, 2021
    Copy the full SHA
    a7c3b45 View commit details
  5. Added support for caching the database version in pooled connections

    with Oracle Client 19 and earlier (later Oracle Clients handle this
    caching internally). This optimization eliminates a round-trip
    previously often required when reusing a pooled connection.
    anthony-tuininga committed May 28, 2021
    Copy the full SHA
    ed0ee4f View commit details
  6. Copy the full SHA
    3264f7a View commit details
  7. Added test cases.

    anthony-tuininga committed May 28, 2021
    Copy the full SHA
    9f4744f View commit details

Commits on Jun 1, 2021

  1. Copy the full SHA
    e2e5f7a View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff main...v4.2.x