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: trevershick/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: SergeyFromHell/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.
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Jul 16, 2018

  1. Add db.configure('chunkSize', <int>);

    There was no way (that i could find) to set the SQLITE_FCNTL_CHUNK_SIZE
    via the javascript, so i extended the 'configure' method to allow
    'chunkSize' to be passed in.
    
    I also added a callback on the configure method. This commit only has
    the change for chunkSize but it probably should be extended to all
    configure options (the callback that is).
    
    I created a new ConfigureIntBaton that was very specific to the problem of
    configuring the db with a numeric value. I did this instead of
    overridding the status value in the baton.  It felt cleaner.
    
    Addresses TryGhost#980
    trevershick authored and Trever Shick committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    1914e47 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Updated sqlite to 3.25.02

    Федотов Сергей
    Федотов Сергей committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    5825fde View commit details
    Browse the repository at this point in the history
  2. Always build from source.

    Федотов Сергей
    Федотов Сергей committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    26c7b98 View commit details
    Browse the repository at this point in the history
Loading