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

Commits on Aug 27, 2020

  1. build with SQLite 3.32.3

    Christopher J. Brody committed Aug 27, 2020
    Copy the full SHA
    a60e130 View commit details
  2. add some SQLITE_OMIT_* flags

    Christopher J. Brody committed Aug 27, 2020
    Copy the full SHA
    d8040f9 View commit details
  3. enable FTS4

    Christopher J. Brody committed Aug 27, 2020
    Copy the full SHA
    f4caf7a View commit details
  4. enable R-Tree

    Christopher J. Brody committed Aug 27, 2020
    Copy the full SHA
    19f7060 View commit details
  5. update README.md with customizations

    Christopher J. Brody committed Aug 27, 2020
    Copy the full SHA
    ddc8a51 View commit details
  6. remove extension-functions from build

    Christopher J. Brody committed Aug 27, 2020
    Copy the full SHA
    21306c7 View commit details
  7. set window.initSqlJs, if possible

    Christopher J. Brody committed Aug 27, 2020
    Copy the full SHA
    4ef712e View commit details

Commits on Dec 15, 2022

  1. customization: overridable SHA_SUM

    Christopher J. Brody committed Dec 15, 2022
    Copy the full SHA
    d19fd9b View commit details
  2. Revert "customization: overridable SHA_SUM"

    This reverts commit d19fd9b.
    
    rationale:
    
    They are now using SHA-3 for SQLite amalgamation;
    now only using SHA-1 for extension functions which
    are currently not supported in this fork.
    Christopher J. Brody committed Dec 15, 2022
    Copy the full SHA
    ea30bce View commit details
  3. Merge tag 'v1.8.0' of https://github.com/sql-js/sql.js

    SQLite 3.38
    
    add aggregate functions - maybe not wanted in this fork
    
    pull more updates from 2021, 2022, etc.
    
    keep FTS4 & JSON enabled with explicit flags
    
    continue to keep extension functions out of this fork
    Christopher J. Brody committed Dec 15, 2022
    Copy the full SHA
    2369516 View commit details
  4. documentation updates for this customization fork

    Christopher J. Brody committed Dec 15, 2022
    Copy the full SHA
    a5c17c6 View commit details
  5. SQLite 3.40.0 update in Makefile

    with a DRY pattern in SQLITE_AMALGAMATION_ZIP_URL
    Christopher J. Brody committed Dec 15, 2022
    Copy the full SHA
    ab0ac1a View commit details
Loading