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: nedobylskiy/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.
  • 14 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 30, 2015

  1. Configuration menu
    Copy the full SHA
    19d7375 View commit details
    Browse the repository at this point in the history
  2. Handling exceptions.

    I believe this is the most appropriate way to handle exceptions. Using
    v8::Function::Call rather than node::MakeCallback (via NanMakeCallback)
    means that these functions will not work with domains, but that seems
    appropriate.
    
    I don't know if nodejs/node-v0.x-archive#9245 or nodejs/nan#284 should be a concern
    here or not.
    wbyoung committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    3db73b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2018

  1. Merge branch 'user-functions' of https://github.com/wbyoung/node-sqlite3

    
    
    # Conflicts:
    #	src/database.cc
    #	src/database.h
    nedobylskiy committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    a00246e View commit details
    Browse the repository at this point in the history
  2. Test

    nedobylskiy committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    f264d7a View commit details
    Browse the repository at this point in the history
  3. Test

    nedobylskiy committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    63dfc63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcad718 View commit details
    Browse the repository at this point in the history
  5. Always build

    nedobylskiy committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    ba21aaf View commit details
    Browse the repository at this point in the history
  6. Readme

    nedobylskiy committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    a16020a View commit details
    Browse the repository at this point in the history
  7. Readme

    nedobylskiy committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    f24c27f View commit details
    Browse the repository at this point in the history
  8. Readme

    nedobylskiy committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    1592f90 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    921d7b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Merge branch 'master' of https://github.com/mapbox/node-sqlite3 into …

    …mapbox-master
    
    # Conflicts:
    #	package.json
    nedobylskiy committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    011e9bb View commit details
    Browse the repository at this point in the history
  2. README fix

    nedobylskiy committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    06ce535 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from lailune/mapbox-master

    Update drom Mapbox master
    nedobylskiy authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    7cdd92b View commit details
    Browse the repository at this point in the history
Loading