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-sqlite3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.11
Choose a base ref
...
head repository: mattn/go-sqlite3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.15
Choose a head ref
  • 13 commits
  • 14 files changed
  • 8 contributors

Commits on Feb 28, 2022

  1. Update amalgamation

    eatonphil authored and mattn committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    2df077b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Update sqlite3_opt_preupdate_hook.go

    coreybutler authored and mattn committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    c1379fc View commit details
    Browse the repository at this point in the history
  2. Update sqlite3_opt_preupdate_omit.go

    coreybutler authored and mattn committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    bedc298 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Update supported Golang version to Go 1.18

    Aoang authored and mattn committed May 13, 2022
    Configuration menu
    Copy the full SHA
    a68a2b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adb060d View commit details
    Browse the repository at this point in the history
  3. Update amalgamation code

    mattn committed May 13, 2022
    Configuration menu
    Copy the full SHA
    aa1e904 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    c122302 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43dcd31 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Add error checking in simple example for tx.Commit

    Based on https://golang.org/pkg/database/sql/#Tx.Commit this function returns an error type.
    So why not check it.
    lnksz authored and mattn committed May 28, 2022
    Configuration menu
    Copy the full SHA
    b819467 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Support returning any from callbacks (#1046)

    Support returning any from callbacks
    eatonphil authored May 30, 2022
    Configuration menu
    Copy the full SHA
    3ccccfb View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Update supported Go version to Go 1.19

    Aoang authored and mattn committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    fd616a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Retract +incompatible releases

    (For #965.)
    
    This retraction will take effect when this commit is included in the
    latest v1 release (presumably v1.14.11).
    Bryan C. Mills authored and mattn committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    595e132 View commit details
    Browse the repository at this point in the history
  2. Update amalgamation code

    mattn committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    d8e192b View commit details
    Browse the repository at this point in the history
Loading