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.16
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.22
Choose a head ref
  • 18 commits
  • 67 files changed
  • 10 contributors

Commits on Nov 17, 2022

  1. Add Serialize and Deserialize support (#1089)

    Add support for Serialize and Deserialize, which wrap sqlite3_serialize and sqlite3_deserialize.
    otoolep authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1603038 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

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

Commits on Feb 16, 2023

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

Commits on Feb 23, 2023

  1. Add build tags to support both x86 and ARM compilation on macOS (#1069)

    * Add build tags to support both x86 and ARM compilation on macOS
    
    * Documentation fix: command line for build under macOS
    
    * Global replace 'macOS X' -> 'macOS'. Fix typo in -tags cmd line param
    
    * `README.md`: fix all `--tags` -> `-tags`
    
    ---------
    
    Co-authored-by: Denis Dmitriev <[email protected]>
    Spaider and Denis Dmitriev authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    85a15a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

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

Commits on May 17, 2023

  1. Update README.md

    parthokr authored and mattn committed May 17, 2023
    Configuration menu
    Copy the full SHA
    d366d8d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Update amalgamation code

    mattn committed May 31, 2023
    Configuration menu
    Copy the full SHA
    f08f1b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Update amalgamation code

    mattn committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    9fd6f4f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. use locally checked out lib in the docker job

    see #1177
    itizir authored and mattn committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c260ecf View commit details
    Browse the repository at this point in the history
  2. temporary fix to make the job pass

    use same workaround as authelia/authelia#6404
    before #1177 fixes the build
    otherwise
    itizir authored and mattn committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    d9e2789 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Fix musl build (#1164)

    leso-kn authored and mattn committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    00b02e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. update go version to 1.19

    mattn committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c91bca4 View commit details
    Browse the repository at this point in the history
  2. go fmt ./...

    mattn committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1f0dc0a View commit details
    Browse the repository at this point in the history
  3. update go version

    mattn committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d3c3333 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdc8095 View commit details
    Browse the repository at this point in the history
  5. add example

    mattn committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    64bbe62 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Feb 2, 2024

  1. close channel

    mattn committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6ee3e67 View commit details
    Browse the repository at this point in the history
Loading