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.17
Choose a head ref
  • 7 commits
  • 13 files changed
  • 8 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 <dmitriev@itspartner.net>
    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
Loading