Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.
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: TryGhost/node-sqlite3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: drouarb/node-sqlite3
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.
  • 7 commits
  • 10 files changed
  • 2 contributors

Commits on Oct 9, 2019

  1. Configuration menu
    Copy the full SHA
    9e5e42c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21a69c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e556ba3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e88a531 View commit details
    Browse the repository at this point in the history
  5. Store unique constructor templates per-thread so that the constructor…

    … validation works correctly from multiple contexts
    rpetrich authored and drouarb committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    d4b1aa2 View commit details
    Browse the repository at this point in the history
  6. Force loading sqlite3 module in both the main thead and background wo…

    …rkers inside test:workers (to ensure that it's possible to use in multiple contexts and not just the context where node-sqlite3 was first loaded)
    rpetrich authored and drouarb committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    7f184ab View commit details
    Browse the repository at this point in the history
  7. Fix package.json

    drouarb committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    cb87051 View commit details
    Browse the repository at this point in the history
Loading