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: crawshaw/sqlite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: crawshaw/sqlite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: multipkg
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 13 files changed
  • 1 contributor

Commits on Jul 1, 2018

  1. sqlite, all: split C object code into separate package

    This will allow defining multiple object code packages,
    each compiled with different options.
    crawshaw committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    ed4e872 View commit details
    Browse the repository at this point in the history
  2. sqlite: use sqlite3_prepare_v2

    Downgrade from sqlite_prepare_v3.
    
    We do not get much value out of v3, and it is generally not
    supported by SQLite libraries we can dynamically link against.
    crawshaw committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    698cc42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2955bd View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    b7f6231 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb528af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4e428a View commit details
    Browse the repository at this point in the history
Loading