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: mattn/go-oci8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.8
Choose a base ref
...
head repository: mattn/go-oci8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 11 files changed
  • 7 contributors

Commits on Apr 9, 2020

  1. Update main.go

    k4p7 authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    3fb6c2f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #387 from unixchad/patch-1

    Update main.go
    MichaelS11 authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    2273941 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Allow multiple time use of single named parameter

    (Let Oracle OCI driver do the named parameter checks)
    MichaelS11 committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    4a44977 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #395 from MichaelS11/named

    Allow multiple time use of single named parameter
    MichaelS11 authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    674c2bf View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. questionph: error msg match option

    tendervittles committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    999a0c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #400 from tendervittles/master

    questionph: error msg match option
    MichaelS11 authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    3a51645 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Added Statement caching (#403)

    - added parameter `stmt_cache_size` to DSN string
    stampy88 authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    b5e671b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

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

Commits on Dec 20, 2020

  1. Added Go 1.13, 1.14, and 1.15 versions into testing (#409)

    - Refactored test.sh script, added functions
    lggomez authored Dec 20, 2020
    Configuration menu
    Copy the full SHA
    4272a26 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Fix: memory leak in transaction handles (#410)

    - New handles are no longer allocated when starting new transactions.
    - Extend transaction testcase
    lucio-santi authored Jan 9, 2021
    Configuration menu
    Copy the full SHA
    5982e16 View commit details
    Browse the repository at this point in the history
Loading