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: TryGhost/node-sqlite3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5c94f75
Choose a base ref
...
head repository: TryGhost/node-sqlite3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6f6318e
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 12, 2022

  1. Extracted function checking code into macro

    - done for DRY purposes when reading the code
    daniellockyer committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    8fd18a3 View commit details
    Browse the repository at this point in the history
  2. Renamed master references to main

    - the default repo branch has been renamed to `main`
    daniellockyer committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    af8e567 View commit details
    Browse the repository at this point in the history
  3. Fixed glib compatibility by downgrading to Ubuntu 20

    fixes #1663
    
    - Ubuntu 22.04 ships with a newer glibc so the prebuilt binaries end up
      being linked to a more recent version, removing compatibility with
      systems that ship with older variants
    - this commit fixes that by downgrading the Ubuntu version
    daniellockyer committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    57ce2d4 View commit details
    Browse the repository at this point in the history
  4. Revert "Renamed master references to main"

    This reverts commit af8e567.
    daniellockyer committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    aeafe25 View commit details
    Browse the repository at this point in the history
  5. v5.1.4

    daniellockyer committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    6f6318e View commit details
    Browse the repository at this point in the history
Loading